Skip to content
📝

Productivity apps for Android

820 apps

Productivity apps end up holding more of your working life than almost anything else on the phone: notes you never meant to publish, documents pulled down from shared drives, calendars that map out where you will be next Tuesday. They are also the category most likely to be installed outside a store, because people want a specific version, a desktop-matched build, or a release their employer has pinned.

Before you install one, look at what it does with your data at rest. An offline notes app has no reason to ask for network access at all; a sync client obviously does, but it should be honest about where the sync server lives and whether the content is encrypted before it leaves the device. Check the export path too — a productivity tool that cannot get your data back out is a tool that can hold it hostage later.

Everything below has been traced to a publisher we can name. Where the app is on an official storefront, that link sits at the top of the listing and we do not try to outrank it — the store copy has the shortest chain of custody available. Where we host or mirror a build instead, the listing carries its SHA-256 hash, the signing certificate fingerprint, the version code, and the full permission list, so the file can be checked before it is installed rather than trusted after.

OneTimeAlarm

matdlu

v1.22.2 MBAndroid 8.1+

萊姆輸入法

Daniel Kao

v6.9.03.9 MBAndroid API 19+

Flashy Alarm

Yahya Tinani

v1.0.01.8 MBAndroid 6.0+

Contacts

StarGW

v41.6 MBAndroid 6.0+

ProgressBars

F-Droid

v2.1.22.4 MBAndroid API 19+

qBittorrent Manager

Yash Garg

vv0.2.5-f1a530c-release8.5 MBAndroid 7.0+

10-bit Clock Widget

F-Droid

v2.2-11.2 MBAndroid API 14+

Time Cop

Kenton Hamaluik

v1.8.122.8 MBAndroid API 16+

Pollywog

Huck Jones

v0.21.2 MBAndroid API 19+

Make Some Noise

J.FORESTIER

v1.2.54.6 MBAndroid API 16+

DebtCalc

Pranjal Verma

v1.0.23.2 MBAndroid 5.0+

SecondsClock

F-Droid

v2.32.7 MBAndroid 8.0+

BootBoi

Elektropepi

v1.129.2 MBAndroid 7.0+

Giant Stopwatch

arpruss

v1.310.2 MBAndroid API 4+

Shorey

Elemen

v0.2.0-beta9.3 MBAndroid 5.0+

Flindex

asmw

v1.1.019.4 MBAndroid 5.0+

Activity Diary

F-Droid

v1.4.25.1 MBAndroid 5.0+

Puzzle Grid

Iain Findlay

v2.1.318 MBAndroid API 16+

Volume Control

F-Droid

v2.6.01 MBAndroid API 15+

BirthDayDroid

Thiago Mendes

v20211213_V532.3 MBAndroid 6.0+

RCX - Rclone for Android

x0b

v1.12.271.3 MBAndroid 5.0+

ADBio

F-Droid

v1.0c20.1 MBAndroid 7.0+

PolyCal

Jason Gyorog

v1.73.2 MBAndroid 7.0+

Before you install productivity apps

Is it safe to install productivity apps from an APK file?

The failure mode here is quiet data collection rather than obvious malware. A repackaged notes app looks and behaves exactly like the real one — it just also ships your keystrokes somewhere. Because the app is genuinely useful, nothing feels wrong, and it stays installed for years. That is why the certificate fingerprint matters more than the review count.

Which permissions should a productivity app actually need?

Storage access for local files, and network access if it syncs. That is usually the whole list. A notes, tasks, or document app asking for contacts, SMS, call logs, precise location, or accessibility services is asking for something it does not need to do its job, and accessibility services in particular grant near-total control over the screen. Treat any of those as a reason to stop and read the listing carefully.

How do I check a productivity APK is genuine before I install it?

Two checks, both on the listing page. Hash the file you downloaded with SHA-256 and compare it to the hash we published — if one byte differs, the whole hash differs. Then compare the signing certificate fingerprint to the publisher's earlier releases. Android enforces that match itself: it will refuse an update signed with a different key than the version already installed, which is why a matching fingerprint is meaningful evidence and a matching version number is not.

Other categories