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:
Sunny Shao
2019-09-17 22:28:07 +08:00
committed by Raff Tsai
parent 01a7d9ffac
commit 400b4401aa

View File

@@ -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 -->