am 7320b045: am c1278850: am 38c53ee8: am 858d04cb: Merge "Mark PDB identifier as SystemApi" into lmp-dev
* commit '7320b04597c14d79ce874cc96199fc7232782e6d': Mark PDB identifier as SystemApi
This commit is contained in:
@@ -2883,12 +2883,14 @@ public abstract class Context {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Use with {@link #getSystemService} to retrieve a {@link
|
* Use with {@link #getSystemService} to retrieve a {@link
|
||||||
* android.service.persistentdata.PersistentDataBlockManager} instance retrieving
|
* android.service.persistentdata.PersistentDataBlockManager} instance
|
||||||
* a file descriptor for a persistent data block.
|
* for interacting with a storage device that lives across factory resets.
|
||||||
|
*
|
||||||
* @see #getSystemService
|
* @see #getSystemService
|
||||||
* @see android.service.persistentdata.PersistentDataBlockManager
|
* @see android.service.persistentdata.PersistentDataBlockManager
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@SystemApi
|
||||||
public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block";
|
public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user