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

Commit f3b566b0 authored by Dan Dascalescu's avatar Dan Dascalescu
Browse files

docs: ACTION_PACKAGE_REMOVED installed -> removed; EOL fixes

bugs: 26695226, 26695390

b/26695226: Fix the typo

b/26695390: Work-around the failing heuristic described in b/26695390 by adding
periods to terminate lines when we want the Javadoc parser to
stop parsing the sentence.

Change-Id: Ibf972d50157b693b695f0dd3bda9c7b5976a93de
parent f9ba30df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1287,14 +1287,14 @@ public class Intent implements Parcelable, Cloneable {
            "android.intent.extra.ASSIST_INPUT_DEVICE_ID";

    /**
     * Activity Action: List all available applications
     * Activity Action: List all available applications.
     * <p>Input: Nothing.
     * <p>Output: nothing.
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_ALL_APPS = "android.intent.action.ALL_APPS";
    /**
     * Activity Action: Show settings for choosing wallpaper
     * Activity Action: Show settings for choosing wallpaper.
     * <p>Input: Nothing.
     * <p>Output: Nothing.
     */
@@ -1856,7 +1856,7 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * Broadcast Action: An existing application package has been removed from
     * the device.  The data contains the name of the package.  The package
     * that is being installed does <em>not</em> receive this Intent.
     * that is being removed does <em>not</em> receive this Intent.
     * <ul>
     * <li> {@link #EXTRA_UID} containing the integer uid previously assigned
     * to the package.