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

Commit 545569d9 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed typos.

Change-Id: I96f38fdeec45a3e5fc39ba13490e5a7cf32221bd
parent e6786249
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1016,7 +1016,7 @@ public class Instrumentation {
    /**
    /**
     * Perform instantiation of an {@link Activity} object.  This method is intended for use with
     * Perform instantiation of an {@link Activity} object.  This method is intended for use with
     * unit tests, such as android.test.ActivityUnitTestCase.  The activity will be useable
     * unit tests, such as android.test.ActivityUnitTestCase.  The activity will be useable
     * locally but will be missing some of the linkages necessary for use within the sytem.
     * locally but will be missing some of the linkages necessary for use within the system.
     * 
     * 
     * @param clazz The Class of the desired Activity
     * @param clazz The Class of the desired Activity
     * @param context The base context for the activity to use
     * @param context The base context for the activity to use
+1 −1
Original line number Original line Diff line number Diff line
@@ -5819,7 +5819,7 @@ public class Intent implements Parcelable, Cloneable {
                "    [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]",
                "    [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]",
                "        (mutiple extras passed as List<String>; to embed a comma into a string,",
                "        (mutiple extras passed as List<String>; to embed a comma into a string,",
                "         escape it using \"\\,\")",
                "         escape it using \"\\,\")",
                "    [--f <FLAG>]",
                "    [-f <FLAG>]",
                "    [--grant-read-uri-permission] [--grant-write-uri-permission]",
                "    [--grant-read-uri-permission] [--grant-write-uri-permission]",
                "    [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]",
                "    [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]",
                "    [--debug-log-resolution] [--exclude-stopped-packages]",
                "    [--debug-log-resolution] [--exclude-stopped-packages]",