Loading core/res/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,12 @@ android:label="@string/permlab_hardware_test" android:description="@string/permdesc_hardware_test" /> <!-- Allows access to configure network interfaces, configure/use IPSec, etc. @hide --> <permission android:name="android.permission.NET_ADMIN" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:protectionLevel="signature" /> <!-- =========================================== --> <!-- Permissions associated with telephony state --> <!-- =========================================== --> Loading data/etc/platform.xml +4 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ <group gid="mtp" /> </permission> <permission name="android.permission.NET_ADMIN" > <group gid="net_admin" /> </permission> <!-- The group that /cache belongs to, linked to the permission set on the applications that can access /cache --> <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" > Loading Loading
core/res/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -495,6 +495,12 @@ android:label="@string/permlab_hardware_test" android:description="@string/permdesc_hardware_test" /> <!-- Allows access to configure network interfaces, configure/use IPSec, etc. @hide --> <permission android:name="android.permission.NET_ADMIN" android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:protectionLevel="signature" /> <!-- =========================================== --> <!-- Permissions associated with telephony state --> <!-- =========================================== --> Loading
data/etc/platform.xml +4 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,10 @@ <group gid="mtp" /> </permission> <permission name="android.permission.NET_ADMIN" > <group gid="net_admin" /> </permission> <!-- The group that /cache belongs to, linked to the permission set on the applications that can access /cache --> <permission name="android.permission.ACCESS_CACHE_FILESYSTEM" > Loading