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

Commit 7a8a1799 authored by Doug Zongker's avatar Doug Zongker Committed by Android Git Automerger
Browse files

am 58395e71: am 9c4ba4fe: am b616f0c2: add android.permission.LOOP_RADIO for...

am 58395e71: am 9c4ba4fe: am b616f0c2: add android.permission.LOOP_RADIO for access to loop radio device

# Via Android Git Automerger (2) and Doug Zongker (1)
* commit '58395e71':
  add android.permission.LOOP_RADIO for access to loop radio device
parents 625f4a0b 58395e71
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -690,6 +690,12 @@
        android:permissionGroup="android.permission-group.NETWORK"
        android:permissionGroup="android.permission-group.NETWORK"
        android:protectionLevel="signature|system" />
        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 -->
    <!-- Permissions for accessing accounts -->
    <!-- ================================== -->
    <!-- ================================== -->
+4 −0
Original line number Original line Diff line number Diff line
@@ -106,6 +106,10 @@
        <group gid="net_bw_acct" />
        <group gid="net_bw_acct" />
    </permission>
    </permission>


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

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