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

Commit 49da15f3 authored by Evan Millar's avatar Evan Millar
Browse files

Add REQUESTING_PACKAGE_PARAM_KEY.

Change-Id: Iae12c7f029b8efd1811d99d24df9281a8f9a2446
parent dc994dae
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -56,6 +56,14 @@ public final class ContactsContract {
     */
    public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter";

    /**
     * A query parameter key used to specify the package that is requesting a query.
     * This is used for restricting data based on package name.
     *
     * @hide
     */
    public static final String REQUESTING_PACKAGE_PARAM_KEY = "requesting_package";

    /**
     * @hide should be removed when users are updated to refer to SyncState
     * @deprecated use SyncState instead