Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e616c1f authored by Andres Morales's avatar Andres Morales Committed by Android Git Automerger
Browse files

am 38c53ee8: am 858d04cb: Merge "Mark PDB identifier as SystemApi" into lmp-dev

* commit '38c53ee836c76b3aae4bb4815820a5401c017cc2':
  Mark PDB identifier as SystemApi
parents 30adb2ca aa1bcd95
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -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";


    /**
    /**