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

Commit d533c3e5 authored by Sunny Shao's avatar Sunny Shao
Browse files

[Catalyst] Remove the INTERACT_ACROSS_PROFILES for Mobile data

NO_IFTTT=Catalyst only

Bug: 385282727
Flag: com.android.settings.flags.catalyst_mobile_network_list
Test: devtool
Change-Id: Ic664f6e8974eceaf74c8741d6122a2d0e3e679c9
parent b5299b17
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ class MobileDataPreference :

    override fun getWritePermissions(context: Context) =
        Permissions.allOf(
            // SubscriptionManager.createForAllUserProfiles
            Manifest.permission.INTERACT_ACROSS_PROFILES,
            // TelephonyManager.setDataEnabledForReason
            Manifest.permission.MODIFY_PHONE_STATE,
        )