diff options
-rw-r--r-- | core/res/AndroidManifest.xml | 6 | ||||
-rw-r--r-- | data/etc/platform.xml | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index aafc4bf..558080c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -690,6 +690,12 @@ android:permissionGroup="android.permission-group.NETWORK" android:protectionLevel="signature|system" /> + <!-- Allows access to the loop radio (Android@Home mesh network) device. + @hide --> + <permission android:name="android.permission.LOOP_RADIO" + android:permissionGroup="android.permission-group.NETWORK" + android:protectionLevel="signature|system" /> + <!-- ================================== --> <!-- Permissions for accessing accounts --> <!-- ================================== --> diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 83ecdd9..cf04b5c 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -106,6 +106,10 @@ <group gid="net_bw_acct" /> </permission> + <permission name="android.permission.LOOP_RADIO" > + <group gid="loop_radio" /> + </permission> + <!-- ================================================================== --> <!-- ================================================================== --> <!-- ================================================================== --> |