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

Commit 6e84c457 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

systemui: Add CONNECTIVITY_INTERNAL permission

 * SystemUI needs to be able to list interfaces if tethering is in use
   and we ask for a second tethering path to be set up (BT+USB, etc).
 * Add permission to stop exceptions in the framework and enable
   tethering thru multiple paths.

Change-Id: If7a65c31557dc2f0451f0612fb109f61e8056368
parent b11c6c0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
    <uses-permission android:name="android.permission.ACCESS_4G_STATE" />
    <uses-permission android:name="android.permission.CHANGE_4G_STATE" />
    <uses-permission android:name="com.android.phone.CHANGE_NETWORK_MODE" />
    <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />

    <!-- Physical hardware -->
    <uses-permission android:name="android.permission.MANAGE_USB" />