# Via Android Git Automerger (1) and Doug Zongker (1) * commit '9c4ba4fe752b131b01aa402389c96eb8f24764b8': add android.permission.LOOP_RADIO for access to loop radio device
This commit is contained in:
@ -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 -->
|
||||
<!-- ================================== -->
|
||||
|
@ -106,6 +106,10 @@
|
||||
<group gid="net_bw_acct" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.LOOP_RADIO" >
|
||||
<group gid="loop_radio" />
|
||||
</permission>
|
||||
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
<!-- ================================================================== -->
|
||||
|
Reference in New Issue
Block a user