OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:launchpreferencesintent
(Results
1 - 1
of
1
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java
75
Intent
launchPreferencesIntent
= new Intent().setClass(this, AdvancedPreferences.class);
78
startActivityForResult(
launchPreferencesIntent
, REQUEST_CODE_PREFERENCES);
Completed in 37 milliseconds