No description
Fetching the state of policies was not working due to an incorrect use of Arrays.asList() - if you give it an int array, you just get a list with that int[] as a single element, so using the contains method with an int will always return false. This has now all been refactored. Test: Manual: Open Settings > Network & Internet > Data Saver > Unrestricted data. Turn it on for something. Go back, and then return to the page. It should still show as on. Issue: calyxos#2547 Change-Id: I671544f6fdf9897484c6265c31c8b3cd29ad4a92 |
||
|---|---|---|
| aconfig | ||
| libs | ||
| protos | ||
| res | ||
| res-export | ||
| res-product | ||
| src/com/android/settings | ||
| tests | ||
| .gitignore | ||
| Android.bp | ||
| AndroidManifest.xml | ||
| CleanSpec.mk | ||
| color-check-baseline.xml | ||
| NOTICE | ||
| OWNERS | ||
| PREUPLOAD.cfg | ||
| proguard.flags | ||
| TEST_MAPPING | ||
| wrap_alpha.py | ||