Skip to content

Commit 66b63cb

Browse files
Andres MoralesAndroid (Google) Code Review
authored andcommitted
Merge "Mark PDB identifier as SystemApi" into lmp-dev
2 parents 7b28c66 + 33df937 commit 66b63cb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

core/java/android/content/Context.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,12 +2883,14 @@ public abstract boolean startInstrumentation(@NonNull ComponentName className,
28832883

28842884
/**
28852885
* Use with {@link #getSystemService} to retrieve a {@link
2886-
* android.service.persistentdata.PersistentDataBlockManager} instance retrieving
2887-
* a file descriptor for a persistent data block.
2886+
* android.service.persistentdata.PersistentDataBlockManager} instance
2887+
* for interacting with a storage device that lives across factory resets.
2888+
*
28882889
* @see #getSystemService
28892890
* @see android.service.persistentdata.PersistentDataBlockManager
28902891
* @hide
28912892
*/
2893+
@SystemApi
28922894
public static final String PERSISTENT_DATA_BLOCK_SERVICE = "persistent_data_block";
28932895

28942896
/**

0 commit comments

Comments
 (0)