sdm710-common: overlay: Add system app whitelist for applock

Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
This commit is contained in:
jhonboy121 2022-04-17 12:45:23 +05:30 committed by CakesTwix
parent 3413c2072e
commit db33aba52e
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -446,4 +446,36 @@
<!-- Whether Hearing Aid profile is supported --> <!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool> <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> </resources>