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

Commit 883be83e authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I2effb21e into eclair-mr2

* changes:
  Add UPDATE_ACTION to Gservices, used by the new checkin service.
parents c11b225c 2effb21e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2526,6 +2526,13 @@ public final class Settings {
        public static final String OVERRIDE_ACTION =
            "com.google.gservices.intent.action.GSERVICES_OVERRIDE";

        /**
         * Intent action to set Gservices with new values.  (Requires WRITE_GSERVICES permission.)
         */
        @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
        public static final String UPDATE_ACTION =
            "com.google.gservices.intent.action.GSERVICES_UPDATE";

        private static volatile NameValueCache mNameValueCache = null;
        private static final Object mNameValueCacheLock = new Object();