Merge change I2effb21e into eclair-mr2

* changes:
  Add UPDATE_ACTION to Gservices, used by the new checkin service.
This commit is contained in:
Android (Google) Code Review
2009-11-06 16:08:38 -05:00

View File

@@ -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();