From 1637e44bb1b3d3c08bad8837f7a5ebdc7ac0ab34 Mon Sep 17 00:00:00 2001 From: Jayachandran C Date: Thu, 12 Dec 2019 18:51:56 -0800 Subject: [PATCH] Remove READ_SMS permission for ACTION_SMS_MMS_DB_CREATED Bug: 144739528 Test: Build Change-Id: I27341bf7c1f6fc640ba51360f8a6035cdb86052b --- core/java/android/provider/Telephony.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index ebdde0a54a861..36a14157d1219 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -1272,8 +1272,7 @@ public final class Telephony { * Broadcast action: When SMS-MMS db is being created. If file-based encryption is * supported, this broadcast indicates creation of the db in credential-encrypted * storage. A boolean is specified in {@link #EXTRA_IS_INITIAL_CREATE} to indicate if - * this is the initial create of the db. Requires - * {@link android.Manifest.permission#READ_SMS} to receive. + * this is the initial create of the db. * * @see #EXTRA_IS_INITIAL_CREATE *