enterprise-samples
enterprise-samples copied to clipboard
TYPE_CHOICE on Android 6 not working
Issue by kreuli
Wednesday Jun 22, 2016 at 21:36 GMT
Originally opened as https://github.com/googlesamples/android-AppRestrictions/issues/1
Hi,
on my Android 6 device (Samsung Tab S2), the value for the TYPE_CHOICE RestrictionEntry does not show up in the restricted profile, 'getSelectedString' returns an empty string instead of the selected value. The other two types TYPE_BOOLEAN and TYPE_MULTI_SELECT work correctly. The sample works successfully on my Android 4.4.2 device (LG Tab Pro). Is this a known issue in Android 6?
Cheers, Ulrich