public class QuickPrefsActivity
extends PreferenceActivity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DONATION_APP |
Constructor and Description |
---|
QuickPrefsActivity() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is created.
|
void |
onSharedPreferenceChanged(SharedPreferences sharedPreferences,
java.lang.String key)
Called when any of the preferences is changed.
|
static boolean |
packageExists(java.lang.String targetPackage,
Context c)
Determines if a package (i.e.
|
public static final java.lang.String DONATION_APP
public void onCreate(Bundle savedInstanceState)
public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, java.lang.String key)
public static boolean packageExists(java.lang.String targetPackage, Context c)
targetPackage
- The target package to testc
- The Context of the where to search? I dunno.