Skip to content

Instantly share code, notes, and snippets.

@lahwran
Created September 7, 2014 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahwran/1916ef85f85962a79375 to your computer and use it in GitHub Desktop.
Save lahwran/1916ef85f85962a79375 to your computer and use it in GitHub Desktop.
blacklist of activities that aren't allowed during pre-bedtime hours (because they can be used to uninstall the bedtime enforcer app)
package.manager.package/java.package.ClassName
com.android.packageinstaller/* // is the actual app uninstaller
com.android.settings/com.android.settings.Settings$ManageApplicationsActivity // slightly paranoid to ban this, but it's the list of installed apps
com.android.settings/com.android.settings.applications.InstalledAppDetails // details of an app - only placed that can force stop apps
com.android.settings/com.android.settings.ConfirmLockPassword // settings activity that can be used to remove the password lock
com.android.settings/com.android.settings.DeviceAdminAdd // settings activity that can be used to disable the device admin
com.estrongs.android.pop/* // ES file explorer (my main file browser
eu.chainfire.supersu/* // root control - easy to evade if I can get admin during the disallowed hours!
com.spartacusrex.spartacuside/* // local terminal
com.rhmsoft.fm/* //com.rhmsoft.fm.FileManager - file browser
com.metago.astro/* //com.metago.astro.FileChooserActivity - file browser
com.android.vending/* //com.google.android.finsky.activities.MainActivity -- play store. can uninstall apps, or install evasive ones
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment