Button text

Extras
Extra key: 
org.openintents.extra.BUTTON_TEXT

Text for the default button of an activity.

This is a string extra that specifies the text that the default button should display.

For example, for a "Save as " activity one could specify the button text "Save", while for the "Open file" activity one would specify the button text "Open".

Intents using Button text

Title Action Extras Description
Pick folder android.intent.action.PICK

Pick a folder through a file manager.
android.intent.extra.TITLE could be used as well.

Pick file org.openintents.action.PICK_FILE

Pick a file through a file manager.

Pick directory org.openintents.action.PICK_DIRECTORY

Pick a directory (folder) through a file manager.