Add the package of android into whitelist
Add the package name android into config_reset_app_package_name array list. To avoid running clear data on package android. Fixes: 140520685 Test: manual test Change-Id: I53dd0e7cf8060ae4455d05125fd3afd3acbeae13
This commit is contained in:
@@ -421,6 +421,7 @@
|
||||
<!-- Reset application package name -->
|
||||
<string-array name="config_reset_app_package_name" translatable="false">
|
||||
<item>com.android.systemui</item>
|
||||
<item>android</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Settings panel keeps observe this uri -->
|
||||
|
Reference in New Issue
Block a user