ACTION_SYSTEM_TUTORIAL constant
String
const ACTION_SYSTEM_TUTORIAL
Activity Action: Start the platform-defined tutorial
Input: {@link android.app.SearchManager#QUERY getStringExtra(SearchManager.QUERY)} is the text to search for. If empty, simply enter your search results Activity with the search UI activated.
Output: nothing.
Implementation
static const String ACTION_SYSTEM_TUTORIAL =
"android.intent.action.SYSTEM_TUTORIAL";