Merge "Make Context.BLOB_STORE_SERVICE public."
This commit is contained in:
committed by
Android (Google) Code Review
commit
5257270180
@@ -10122,6 +10122,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";
|
||||
|
||||
@@ -5064,11 +5064,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