Android 4.3 provides the facility of restricted profile. so if user is on restricted profile then apps gets crashed on it and its works on normal mode.is there any way to detect that user is in restricted mode. please tell me if anyone knows.
Asked
Active
Viewed 439 times
0
-
Check for the allowed permissions. – johntheripp3r Oct 24 '13 at 06:59
-
Apps do not normally "get crashed" when run in a restricted profile. Perhaps you should consider asking a fresh StackOverflow question, where you provide the code and stack trace for your crash, and seek advice on how to address that problem. – CommonsWare Oct 24 '13 at 07:17
-
1you can refer to my answer here. [http://stackoverflow.com/questions/17855932/how-to-manage-restricted-profiles-in-android-app/30591360#30591360][1] [1]: http://stackoverflow.com/questions/17855932/how-to-manage-restricted-profiles-in-android-app/30591360#30591360 – Sourav Singh Jun 02 '15 at 11:43