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

Commit 2effb21e authored by Dan Egnor's avatar Dan Egnor
Browse files

Add UPDATE_ACTION to Gservices, used by the new checkin service.

parent e14861ea
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();