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

Commit 95ec53ee authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fix typo in description ("you" -> "your")

Fixing a typo (should be "if your app targets"), and also made a slight text fix (changed "...targets M and above" to "targets M or higher").

No change to code, docs-only fix.
Flag: DOCS_ONLY
Test: [ABTD docs build]
Fixes: 379085273

Change-Id: Iae7c3b1ac6060742eb243b6c714a17091397b7a7
parent 8a763483
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1211,8 +1211,8 @@ public class Intent implements Parcelable, Cloneable {
     * {@link android.telecom.TelecomManager#placeCall(Uri, Bundle)} to place calls rather than
     * relying on this intent.
     *
     * <p>Note: if you app targets {@link android.os.Build.VERSION_CODES#M M}
     * and above and declares as using the {@link android.Manifest.permission#CALL_PHONE}
     * <p>Note: If your app targets {@link android.os.Build.VERSION_CODES#M M}
     * or higher and declares as using the {@link android.Manifest.permission#CALL_PHONE}
     * permission which is not granted, then attempting to use this action will
     * result in a {@link java.lang.SecurityException}.
     */