am 883be83e: Merge change I2effb21e into eclair-mr2
Merge commit '883be83eab608237652e013b26fe871c18fa8901' into eclair-mr2-plus-aosp * commit '883be83eab608237652e013b26fe871c18fa8901': Add UPDATE_ACTION to Gservices, used by the new checkin service.
This commit is contained in:
@@ -2526,6 +2526,13 @@ public final class Settings {
|
|||||||
public static final String OVERRIDE_ACTION =
|
public static final String OVERRIDE_ACTION =
|
||||||
"com.google.gservices.intent.action.GSERVICES_OVERRIDE";
|
"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 volatile NameValueCache mNameValueCache = null;
|
||||||
private static final Object mNameValueCacheLock = new Object();
|
private static final Object mNameValueCacheLock = new Object();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user