OSDN Git Service

Add the package of android into whitelist
authorSunny Shao <sunnyshao@google.com>
Tue, 17 Sep 2019 14:28:07 +0000 (22:28 +0800)
committerRaff Tsai <rafftsai@google.com>
Tue, 17 Sep 2019 14:38:01 +0000 (14:38 +0000)
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

res/values/config.xml

index bf1a67c..a329397 100755 (executable)
     <!-- 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 -->