restricted-profiles

Restricted profiles settings not being remembered

馋奶兔 提交于 2019-12-10 17:57:07
问题 I have followed http://www.youtube.com/watch?v=pdUcANNm72o and set up settings for my app. I have 10 Booleans that appear. This can be set and when in the profile called. However they are not ticked/unticked then the owner goes back into the settings, they have reverted back to default. 1/ Is the system meant to know which user has which settings already selected or am I meant to tick or un tick in the GetRestrictionsReceiver. If I am, how am I meant to see each users settings as the Bundle

How to manage restricted profiles in android app?

最后都变了- 提交于 2019-11-30 05:23:38
Restricted profile are now available in android from 4.3, i came to know that some apps like camera, gmail etc are not available in these kind of profiles. How can i manage these type of conditions in my app? Also how to manage in app products and restricted profile settings in corresponding to my app? Thanks user370305 even if i already visited http://developer.android.com/about/versions/android-4.3.html#RestrictedProfiles I would like to improve it from reference with https://www.youtube.com/watch?v=pdUcANNm72o Restricted Profiles are a new feature introduced in Android Jelly Bean 4.3 that

How to manage restricted profiles in android app?

扶醉桌前 提交于 2019-11-29 03:40:18
问题 Restricted profile are now available in android from 4.3, i came to know that some apps like camera, gmail etc are not available in these kind of profiles. How can i manage these type of conditions in my app? Also how to manage in app products and restricted profile settings in corresponding to my app? 回答1: Thanks user370305 even if i already visited http://developer.android.com/about/versions/android-4.3.html#RestrictedProfiles I would like to improve it from reference with https://www