Make Context.BLOB_STORE_SERVICE public.
Bug: 143559646 Test: atest cts/tests/BlobStore/src/com/android/cts/blob/BlobStoreManagerTest.java Change-Id: I2ae498803614761f1eab0927ab9e3c77dd65e1a1
This commit is contained in:
@@ -10112,6 +10112,7 @@ package android.content {
|
||||
field public static final int BIND_NOT_PERCEPTIBLE = 256; // 0x100
|
||||
field public static final int BIND_WAIVE_PRIORITY = 32; // 0x20
|
||||
field public static final String BIOMETRIC_SERVICE = "biometric";
|
||||
field public static final String BLOB_STORE_SERVICE = "blob_store";
|
||||
field public static final String BLUETOOTH_SERVICE = "bluetooth";
|
||||
field public static final String CAMERA_SERVICE = "camera";
|
||||
field public static final String CAPTIONING_SERVICE = "captioning";
|
||||
|
||||
@@ -767,7 +767,6 @@ package android.content {
|
||||
method public void setAutofillOptions(@Nullable android.content.AutofillOptions);
|
||||
method public void setContentCaptureOptions(@Nullable android.content.ContentCaptureOptions);
|
||||
method @RequiresPermission("android.permission.INTERACT_ACROSS_USERS") public void startActivityAsUser(@NonNull @RequiresPermission android.content.Intent, @NonNull android.os.UserHandle);
|
||||
field public static final String BLOB_STORE_SERVICE = "blob_store";
|
||||
field public static final String BUGREPORT_SERVICE = "bugreport";
|
||||
field public static final String CONTENT_CAPTURE_MANAGER_SERVICE = "content_capture";
|
||||
field public static final String DEVICE_IDLE_CONTROLLER = "deviceidle";
|
||||
|
||||
@@ -5067,11 +5067,7 @@ public abstract class Context {
|
||||
*
|
||||
* @see #getSystemService(String)
|
||||
* @see android.app.blob.BlobStoreManager
|
||||
*
|
||||
* TODO: make this public once BlobStoreManager is ready.
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final String BLOB_STORE_SERVICE = "blob_store";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user