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

Commit c47c6446 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Catalyst] Remove the INTERACT_ACROSS_PROFILES for Mobile data" into main

parents 4f4e2da1 d533c3e5
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,
        )