Addiction Control is a powerful and minimalist Android launcher that helps you break free from smartphone addiction. It automatically blocks distracting apps and only allows access to your user-approved apps list. With an optional one-time in-app purchase, users can unlock full access while maintaining digital discipline.
- 🚫 App Blocker – Automatically force-stops unapproved apps to control usage.
- 🔐 Unlock All Apps – Make a one-time purchase to remove all app restrictions.
- ⏳ Smart Time Limit Storage – Save control settings and app usage limits.
- 🧘 Minimalist Home Launcher – Replace your Android home screen with a distraction-free launcher.
- 🔄 Persistent Settings – Your preferences stay saved even after device reboots.
Component | Purpose |
---|---|
PopupActivity |
Displays a blocking dialog when a restricted app is opened |
MainContainerActivity |
Custom launcher screen (replaces the default home screen) |
SharedPrefHelper |
Manages app blocking and timer preferences locally |
BillingClient |
Handles in-app purchases like unlock_discipline_lock_v2 |
- Android Studio Arctic Fox (or newer)
- Android SDK version 24 and above
- Google Play Console account (for testing in-app purchases)
git clone https://github.com/hk973/Addiction_Control.git
cd addiction-control