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

Commit e0343f2c authored by Mariah Papy's avatar Mariah Papy Committed by Gerrit Code Review
Browse files

Merge "Small typo fix" into main

parents a775593c ed7101ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
     *
     * @param context A Context object which should be some mock instance (like the
     * instance of {@link android.test.mock.MockContext}).
     * @param readPermission The read permision you want this instance should have in the
     * @param readPermission The read permission you want this instance should have in the
     * test, which is available via {@link #getReadPermission()}.
     * @param writePermission The write permission you want this instance should have
     * in the test, which is available via {@link #getWritePermission()}.
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public abstract class ContentResolver implements ContentInterface {
     * {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
     * <li>When querying a provider, where no QUERY_ARG_SQL* otherwise exists in
     * the arguments {@link Bundle}, the Content framework will attempt to
     * synthesize an QUERY_ARG_SQL* argument using the corresponding
     * synthesize a QUERY_ARG_SQL* argument using the corresponding
     * QUERY_ARG_SORT* values.
     */
    public static final String QUERY_ARG_SORT_COLUMNS = "android:query-arg-sort-columns";