Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 454 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 454 Bytes

Documentsui-shortcut

Create shotcut to open system's native file exporer
using content://com.android.externalstorage.documents/root/primary with android.intent.action.VIEW

support package name:

  • com.android.documentsui
  • com.google.android.documentsui

Build the app

./gradlew build

Generates an apk with a self-signed signature

Install the app

adb install app/build/outputs/apk/release/app-release.apk