diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Telephony.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index f6da01bfc966..c287ae381261 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -1308,8 +1308,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 * |
