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

Commit f5798466 authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Automerger Merge Worker
Browse files

Merge "Fix the java docs for getDefaultSmsPackage API" into main am:...

Merge "Fix the java docs for getDefaultSmsPackage API" into main am: 4797fc9a am: a3499216 am: 24e4de7b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2895529



Change-Id: I84040a010db378d24054ce2835060c25ee1e63e3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a1183c0d 24e4de7b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -368,11 +368,13 @@ public final class Telephony {
         * <p>
         * As of Android 11 apps will need specific permission to query other packages. To use
         * this method an app must include in their AndroidManifest:
         * <pre>{@code
         * <queries>
         *   <intent>
         *     <action android:name="android.provider.Telephony.SMS_DELIVER"/>
         *   </intent>
         * </queries>
         * }</pre>
         * Which will allow them to query packages which declare intent filters that include
         * the {@link android.provider.Telephony.Sms.Intents#SMS_DELIVER_ACTION} intent.
         * </p>