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

Commit a3577da0 authored by Dan Yu's avatar Dan Yu Committed by Android (Google) Code Review
Browse files

Merge "docs: Removing ACTION_OPEN_EXTERNAL_DIRECTORY from preview docs" into mnc-mr-docs

parents d8448175 8f6e53f8
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -204,24 +204,6 @@ page.image=images/cards/card-n-changes_2x.png
    </p>
  </li>

  <li>{@code ACTION_OPEN_EXTERNAL_DIRECTORY} (New)
    <p>
      This permission is for a new storage option. Apps can now use the intent
      {@code ACTION_OPEN_EXTERNAL_DIRECTORY} to request that the system create a
      directory for the app's use. The system prompts the user to grant
      approval. If the user approves, the app can read and write files and
      directories in that one directory (and its descendants). The app does not
      need {@link android.Manifest.permission_group#STORAGE STORAGE}
      permissions to access this external directory
    </p>

    <p>
      For more information about this intent, see the updated
      {@code Intent} reference documentation in the
      <a href="{@docRoot}preview/setup-sdk.html#docs-dl">N Preview SDK
      Reference</a>.
    </p>
  </li>
</ul>