2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update sysconfig (from OpenGApps experimental R changes)

This commit is contained in:
Christopher Roy Bratusek 2021-01-02 12:50:39 +01:00
parent 07c33fe792
commit 58999a69f2

View File

@ -51,7 +51,15 @@
<system-user-whitelisted-app package="org.microg.gms.droidguard" />
<system-user-whitelisted-app package="org.fdroid.fdroid.privileged" />
<system-user-whitelisted-app package="com.aurora.services" />
<system-user-whitelisted-app package="com.android.vending" />
<!-- Third party apps allowed to access the entire private API -->
<hidden-api-whitelisted-app package="com.google.android.gms" />
<!-- Specify the explicit set of other applications whose app data
directories are accessible by other applications. -->
<app-data-isolation-whitelisted-app package="com.google.android.gms" />
<!-- Whitelist of packages that eligible for rollback -->
<rollback-whitelisted-app package="com.android.vending" />
</config>