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

Commit b616f0c2 authored by Doug Zongker's avatar Doug Zongker
Browse files

add android.permission.LOOP_RADIO for access to loop radio device

Change-Id: I811d70fa67aa758122678809f32b8aade42ced0f
parent 53d49f17
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>

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