sdm710-common: overlay: Add system app whitelist for applock
Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
This commit is contained in:
parent
3413c2072e
commit
db33aba52e
1 changed files with 32 additions and 0 deletions
|
@ -446,4 +446,36 @@
|
|||
|
||||
<!-- Whether Hearing Aid profile is supported -->
|
||||
<bool name="config_hearing_aid_profile_supported">true</bool>
|
||||
|
||||
<!-- List of system apps that are allowed to be locked with app lock.
|
||||
Use with extreme caution. -->
|
||||
<string-array name="config_appLockAllowedSystemApps" translatable="false">
|
||||
<item>com.google.android.GoogleCamera</item>
|
||||
<item>app.grapheneos.camera</item>
|
||||
<item>com.google.android.documentsui</item>
|
||||
<item>com.android.vending</item>
|
||||
<item>com.google.android.apps.photos</item>
|
||||
<item>com.google.android.gm</item>
|
||||
<item>com.google.android.youtube</item>
|
||||
<item>com.android.chrome</item>
|
||||
<item>com.google.android.googlequicksearchbox</item>
|
||||
<item>com.google.android.apps.maps</item>
|
||||
<item>com.google.android.apps.cameralite</item>
|
||||
<item>com.google.android.contacts</item>
|
||||
<item>com.android.contacts</item>
|
||||
<item>com.google.android.apps.nbu.files</item>
|
||||
<item>com.google.android.apps.docs</item>
|
||||
<item>com.google.android.dialer</item>
|
||||
<item>com.android.dialer</item>
|
||||
<item>com.google.android.apps.messaging</item>
|
||||
<item>com.android.messaging</item>
|
||||
<item>com.google.android.keep</item>
|
||||
<item>com.google.android.apps.photosgo</item>
|
||||
<item>com.google.android.apps.photos</item>
|
||||
<item>com.google.android.apps.editors.docs</item>
|
||||
<item>com.google.android.apps.tachyon</item>
|
||||
<item>com.google.android.apps.recorder</item>
|
||||
<item>com.android.settings</item>
|
||||
<item>com.android.fmradio</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue