diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 38945f5bcea4f..f3a8b5d79ea09 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -362,6 +362,18 @@ public final class Telephony { /** * Used to determine the currently configured default SMS package. + *
+ * As of Android 11 apps will need specific permission to query other packages. To use
+ * this method an app must include in their AndroidManifest:
+ *