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

Commit e253c746 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Remove permission requirement for SMS_DB_LOST intent.

So that messaging app can listen to it for debuggability.

Test: basic sanity
Bug: 152559647
Merged-in: Ie1b980a6bfbbc7887948cfc41e4928e9f160da98
Change-Id: Ie1b980a6bfbbc7887948cfc41e4928e9f160da98
(cherry picked from commit 6eb45661)
parent 06a2db19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1306,7 +1306,6 @@ public final class Telephony {
             * @hide
             */
            @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
            @RequiresPermission(android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE)
            public static final String ACTION_SMS_MMS_DB_LOST =
                    "android.provider.action.SMS_MMS_DB_LOST";