Base class for activities that use the
support library action bar features.
You can add an ActionBar to your activity when running on API level 7 or higher
by extending this class for your activity and setting the activity theme to
Theme.AppCompat or a similar theme.
Developer Guides
For information about how to use the action bar, including how to add action items, navigation
modes and more, read the Action
Bar API guide.
Summary
Inherited constants
From
class
android.app.Activity
int
DEFAULT_KEYS_DIALER
int
DEFAULT_KEYS_DISABLE
int
DEFAULT_KEYS_SEARCH_GLOBAL
int
DEFAULT_KEYS_SEARCH_LOCAL
int
DEFAULT_KEYS_SHORTCUT
int
RESULT_CANCELED
int
RESULT_FIRST_USER
int
RESULT_OK
From
class
android.content.Context
String
ACCESSIBILITY_SERVICE
String
ACCOUNT_SERVICE
String
ACTIVITY_SERVICE
String
ALARM_SERVICE
String
APPWIDGET_SERVICE
String
APP_OPS_SERVICE
String
AUDIO_SERVICE
String
BATTERY_SERVICE
int
BIND_ABOVE_CLIENT
int
BIND_ADJUST_WITH_ACTIVITY
int
BIND_ALLOW_OOM_MANAGEMENT
int
BIND_AUTO_CREATE
int
BIND_DEBUG_UNBIND
int
BIND_EXTERNAL_SERVICE
int
BIND_IMPORTANT
int
BIND_NOT_FOREGROUND
int
BIND_WAIVE_PRIORITY
String
BLUETOOTH_SERVICE
String
CAMERA_SERVICE
String
CAPTIONING_SERVICE
String
CARRIER_CONFIG_SERVICE
String
CLIPBOARD_SERVICE
String
COMPANION_DEVICE_SERVICE
String
CONNECTIVITY_SERVICE
String
CONSUMER_IR_SERVICE
int
CONTEXT_IGNORE_SECURITY
int
CONTEXT_INCLUDE_CODE
int
CONTEXT_RESTRICTED
String
CROSS_PROFILE_APPS_SERVICE
String
DEVICE_POLICY_SERVICE
String
DISPLAY_SERVICE
String
DOWNLOAD_SERVICE
String
DROPBOX_SERVICE
String
FINGERPRINT_SERVICE
String
HARDWARE_PROPERTIES_SERVICE
String
INPUT_METHOD_SERVICE
String
INPUT_SERVICE
String
IPSEC_SERVICE
String
JOB_SCHEDULER_SERVICE
String
KEYGUARD_SERVICE
String
LAUNCHER_APPS_SERVICE
String
LAYOUT_INFLATER_SERVICE
String
LOCATION_SERVICE
String
MEDIA_PROJECTION_SERVICE
String
MEDIA_ROUTER_SERVICE
String
MEDIA_SESSION_SERVICE
String
MIDI_SERVICE
int
MODE_APPEND
int
MODE_ENABLE_WRITE_AHEAD_LOGGING
int
MODE_MULTI_PROCESS
int
MODE_NO_LOCALIZED_COLLATORS
int
MODE_PRIVATE
int
MODE_WORLD_READABLE
int
MODE_WORLD_WRITEABLE
String
NETWORK_STATS_SERVICE
String
NFC_SERVICE
String
NOTIFICATION_SERVICE
String
NSD_SERVICE
String
POWER_SERVICE
String
PRINT_SERVICE
int
RECEIVER_VISIBLE_TO_INSTANT_APPS
String
RESTRICTIONS_SERVICE
String
SEARCH_SERVICE
String
SENSOR_SERVICE
String
SHORTCUT_SERVICE
String
STORAGE_SERVICE
String
STORAGE_STATS_SERVICE
String
SYSTEM_HEALTH_SERVICE
String
TELECOM_SERVICE
String
TELEPHONY_SERVICE
String
TELEPHONY_SUBSCRIPTION_SERVICE
String
TEXT_CLASSIFICATION_SERVICE
String
TEXT_SERVICES_MANAGER_SERVICE
String
TV_INPUT_SERVICE
String
UI_MODE_SERVICE
String
USAGE_STATS_SERVICE
String
USB_SERVICE
String
USER_SERVICE
String
VIBRATOR_SERVICE
String
WALLPAPER_SERVICE
String
WIFI_AWARE_SERVICE
String
WIFI_P2P_SERVICE
String
WIFI_RTT_RANGING_SERVICE
String
WIFI_SERVICE
String
WINDOW_SERVICE
From
interface
android.content.ComponentCallbacks2
Obtain an Intent that will launch an explicit target activity
specified by sourceActivity's PARENT_ACTIVITY <meta-data>
element in the application's manifest.