Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c4ba4fe authored by Doug Zongker's avatar Doug Zongker Committed by Android Git Automerger
Browse files

am b616f0c2: add android.permission.LOOP_RADIO for access to loop radio device

# Via Doug Zongker
* commit 'b616f0c2':
  add android.permission.LOOP_RADIO for access to loop radio device
parents b3eab8ff b616f0c2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -714,6 +714,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 -->
    <!-- ================================== -->
+4 −0
Original line number Diff line number Diff line
@@ -106,6 +106,10 @@
        <group gid="net_bw_acct" />
    </permission>

    <permission name="android.permission.LOOP_RADIO" >
        <group gid="loop_radio" />
    </permission>

    <!-- ================================================================== -->
    <!-- ================================================================== -->
    <!-- ================================================================== -->