java - How to block application launch in Android -
i want create application in android show devices list of applications , allow user select apps want restricted access period of time.
i aware there android application named "appblock" don't know how works.
you select app, period of time , doesn't allow open app.
you cannot block start of application. way see possible: need save list of applications info in app need blocked time when need blocked. implement service
runs "forever" , detects started applications. refer this answer how it. on each detection should check if application present in database , if time says need blocked. if - close application. refer this answer learning how it. global architecture think should follow.
Comments
Post a Comment