overlay: add applock whitelist

Change-Id: I491f05eb300285adf453d35954c35080ec1207cf
Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
This commit is contained in:
rmp22
2025-04-19 13:38:18 +08:00
committed by Joey
parent 4d0ee65e6a
commit 7004acff27

View File

@@ -695,4 +695,57 @@
<!-- Name of a font family to use as regular font. For theming purpose. -->
<string name="config_regularFontFamily" translatable="false">google-sans</string>
<!-- List of system apps that are allowed to be locked with app lock.
Use with extreme caution. -->
<string-array name="config_appLockAllowedSystemApps" translatable="false">
<!-- Calculator -->
<item>com.google.android.calculator</item>
<!-- Calendar -->
<item>com.google.android.calendar</item>
<!-- Camera -->
<item>com.google.android.GoogleCamera</item>
<!-- OnePlus Camera -->
<item>com.oneplus.camera</item>
<!-- Xiaomi Camera -->
<item>com.android.camera</item>
<!-- Camera Go -->
<item>com.google.android.apps.cameralite</item>
<!-- Chrome -->
<item>com.android.chrome</item>
<!-- Clock -->
<item>com.google.android.deskclock</item>
<!-- Contact -->
<item>com.google.android.contacts</item>
<!-- Drive -->
<item>com.google.android.apps.docs</item>
<!-- Files -->
<item>com.google.android.apps.nbu.files</item>
<!-- Gallery go -->
<item>com.google.android.apps.photosgo</item>
<!-- Oneplus Gallery -->
<item>com.oneplus.gallery</item>
<!-- Gmail -->
<item>com.google.android.gm</item>
<!-- Maps -->
<item>com.google.android.apps.maps</item>
<!-- Messaging -->
<item>com.google.android.messaging</item>
<!-- Play store -->
<item>com.android.vending</item>
<!-- Photos -->
<item>com.google.android.apps.photos</item>
<!-- Youtube -->
<item>com.google.android.youtube</item>
<!-- AOSP apps -->
<item>com.android.contacts</item>
<item>com.android.dialer</item>
<item>com.android.documentsui</item>
<item>com.android.messaging</item>
<!-- Other apps -->
<item>com.chiller3.bcr</item>
<item>com.wstxda.viper4android</item>
<item>org.lineageos.aperture</item>
<item>org.lineageos.recorder</item>
</string-array>
</resources>