Do not clear data for WAPPushManager settings
Turn off user data clear in manifest. The data is used and filled by carrier and end-user doesn't necessarily know the consequences of deleting the data. Bug: 32788589 Test: manual - check that data can't be deleted from Settings app Change-Id: I5db28f8e127f670a8b0b4ef0d32185bb4bcd7aaf
This commit is contained in:
committed by
Zoran Jovanovic
parent
196eb1d929
commit
855ed13358
@@ -24,7 +24,8 @@
|
||||
android:protectionLevel="signatureOrSystem" />
|
||||
|
||||
<original-package android:name="com.android.smspush" />
|
||||
<application>
|
||||
<application
|
||||
android:allowClearUserData="false">
|
||||
<service android:name=".WapPushManager"
|
||||
android:permission="com.android.smspush.WAPPUSH_MANAGER_BIND"
|
||||
android:exported="true">
|
||||
|
||||
Reference in New Issue
Block a user