|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ViewDragHelper.cancel(), but also abort all motion in progress and snap to the end of any
animation.
View.AccessibilityDelegate introduced after
API level 4 in a backwards compatible fashion.AccessibilityEvent
introduced after API level 4 in a backwards compatible fashion.AccessibilityManager
introduced after API level 4 in a backwards compatible fashion.AccessibilityNodeInfo
introduced after API level 4 in a backwards compatible fashion.AccessibilityNodeInfo.
AccessibilityNodeProvider
introduced after API level 4 in a backwards compatible fashion.AccessibilityNodeProvider.
android.view.accessibility.AccessibilityRecord
introduced after API level 4 in a backwards compatible fashion.AccessibilityEvent's properties defined in
android.view.accessibility.AccessibilityRecord use
AccessibilityEventCompat.asRecord(AccessibilityEvent). This method will be removed
in a subsequent release of the support library.
AccessibilityService
introduced after API level 4 in a backwards compatible fashion.MotionEventCompat.getActionMasked(android.view.MotionEvent): The pointer is not down but has entered the
boundaries of a window or view.
MotionEventCompat.getActionMasked(android.view.MotionEvent): The pointer is not down but has exited the
boundaries of a window or view.
MotionEvent#ACTION_HOVER_MOVE.
MotionEvent#ACTION_MASK.
MotionEvent#ACTION_POINTER_DOWN.
MotionEvent#ACTION_POINTER_INDEX_MASK.
MotionEvent#ACTION_POINTER_INDEX_SHIFT.
MotionEvent#ACTION_POINTER_UP.
MotionEvent#ACTION_SCROLL.
DrawerLayout and the framework ActionBar to implement the recommended
design for navigation drawers.ActionBarDrawerToggle.Delegate to use
with ActionBarDrawerToggle.ActionProvider.refreshVisibility().Activity
introduced after API level 4 in a backwards compatible fashion.ActivityInfo
introduced after API level 4 in a backwards compatible fashion.android.app.ActivityOptions
introduced in API level 16 in a backwards compatible fashion.FragmentTransaction.add(int, Fragment, String) with a 0 containerViewId.
FragmentTransaction.add(int, Fragment, String) with a null tag.
AccessibilityManager.AccessibilityStateChangeListener for changes in
the global accessibility state of the system.
root.
android.view.accessibility.AccessibilityRecord to the end of
event records.
HashMap,
this implementation is a version of the platform's
android.util.ArrayMap that can be used on older versions of the platform.AccessibilityRecordCompat from an AccessibilityEvent
that can be used to manipulate the event properties defined in
android.view.accessibility.AccessibilityRecord.
android.content.AsyncTaskLoader.android.util.AtomicFile,
a helper class for performing atomic operations on a file by creating a
backup file until a write has successfully completed.FragmentTransaction.detach(Fragment).
Notification
object.
ViewDragHelper.processTouchEvent(android.view.MotionEvent) receiving an ACTION_CANCEL event.
SlidingPaneLayout.isSlideable() - this method is going away soon!
Socket traffic originating
from the current thread.
FragmentTransaction.commit() but allows the commit to be executed after an
activity's state is saved.
Loader.takeContentChanged().
WakefulBroadcastReceiver.startWakefulService(android.content.Context, android.content.Intent).
MenuItem to act as a sharing action.
ConnectivityManager introduced after
API level 16 in a backwards compatible fashion.Context
introduced after API level 4 in a backwards compatible fashion.AccessibilityNodeInfoCompat representing a virtual view,
i.e.
LruCache.create(Object) returned a value.
android.os.Build.VERSION_CODES#KITKAT and higher, returns
an View.OnTouchListener that can be added to the source view to
implement drag-to-open behavior.
Parcelable.writeToParcel() and
using the given ClassLoader.
CursorAdapter.android.app.LoaderManager with a android.content.CursorLoader.
android.content.CursorLoader.DatabaseUtils
introduced after API level 4 in a backwards compatible fashion.DebugUtils
introduced after API level 4 in a backwards compatible fashion.AccessibilityService is the default for a given type.
getUriForFile().
PagerAdapter.destroyItem(ViewGroup, int, Object)
android.app.DialogFragment.FragmentTransaction.addToBackStack(String).
DialogFragment.dismiss() that uses
FragmentTransaction.commitAllowingStateLoss().
MotionEvents to the virtual view hierarchy when
the Explore by Touch feature is enabled.
Activity.dispatchKeyEvent to give
the transport an opportunity to intercept media keys.
AccessibilityEvent to the host View first and then
to its children for adding their text content to the event.
android.hardware.display.DisplayManager
introduced after API level 4 in a backwards compatible fashion.Drawable
introduced after API level 4 in a backwards compatible fashion.DrawerLayout.DrawerListener.android.widget.EdgeEffect introduced after
API level 4 in a backwards compatible fashion.Set for iterating over and interacting with all mappings
in the array map.
Environment introduced after API
level 4 in a backwards compatible fashion.LruCache.entryRemoved(boolean, K, V, V) on each removed entry.
FragmentTransaction is committed with
FragmentTransaction.commit(), it
is scheduled to be executed asynchronously on the process's main thread.
Views that represent a collection of View-like
logical items.ExploreByTouchHelper.
ComponentName of the calling activity for
an ACTION_SEND intent.
android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE,
android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
and contains a string array of all of the components that have changed.
android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE,
android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
and contains an integer array of uids of all of the components
that have changed.
Intent.ACTION_SEND to supply an alternative to
Intent.EXTRA_TEXT
as HTML formatted text.
AtomicFile.startWrite().
ContentProvider that facilitates secure sharing
of files associated with an app by creating a content:// Uri for a file
instead of a file:/// Uri.AccessibilityNodeInfos by text.
AccessibilityNodeInfoCompats by text.
MotionEvent#findPointerIndex(int).
PagerAdapter.finishUpdate(ViewGroup)
AtomicFile.startWrite().
Context.startActivity(),
this flag will cause any existing task that would be associated with the
activity to be cleared before the activity is started.
Context.startActivity(),
this flag will cause a newly launching task to be placed on top of the current
home activity task (if there is one).
android.app.LoaderManager with a android.content.CursorLoader.
NotificationCompat.Builder.setPriority(int) with a positive value.
CursorAdapter.onContentChanged() when a notification comes in.
AccessibilityService contain the id of the source view.
android.app.Fragment.Fragment.instantiate(Context, String, Bundle) when
there is an instantiation failure.FragmentManager.saveFragmentInstanceState.Fragment and
Loader APIs.android.app.FragmentManager.FragmentTransaction.addToBackStack().PagerAdapter that
represents each page as a Fragment that is persistently
kept in the fragment manager as long as the user can return to the page.PagerAdapter that
uses a Fragment to manage each page.Fragment objects for
its tab content.android.app.FragmentTransaction.TaskStackBuilder.create(Context) instead
MotionEvents.null
if no such mapping has been made.
key if it exists in the cache or can be
created by #create.
null
if no such mapping has been made.
AccessibilityServices
that explore the window content.
AccessibilityServices
that explore the window content.
AccessibilityNodeProviderCompat for this helper.
MotionEvent.getAction(), returning only the pointer index
portion
MotionEvent.getAction(), returning only the MotionEventCompat.ACTION_MASK
portion.
ActionProvider.
ComponentName of the Activity that invoked this sharing intent.
android.os.Build.VERSION_CODES#KITKAT and higher, returns
an View.OnTouchListener that can be added to the anchor view to
implement drag-to-open behavior.
AccessibilityServiceInfos of the enabled accessibility services
for a given feedback type.
FragmentManager.putFragment(Bundle, String, Fragment).
AccessibilityServiceInfos of the installed accessibility services.
FragmentActivity.onRetainCustomNonConfigurationInstance().
ViewGroupCompat.LAYOUT_MODE_CLIP_BOUNDS or ViewGroupCompat.LAYOUT_MODE_OPTICAL_BOUNDS.
View.measure(int, int).
ViewCompat.getMeasuredWidthAndState(android.view.View)
and ViewCompat.getMeasuredHeightAndState(android.view.View), combined into one integer.
View.measure(int, int).
FragmentTransaction.addToBackStack(String) when creating this entry.
NetworkInfo that caused the given
ConnectivityManager.CONNECTIVITY_ACTION broadcast.
NotificationCompat.Builder.build() instead.
Parcelable data.
Intent that will launch an explicit target activity
specified by sourceActivity's NavUtils.PARENT_ACTIVITY <meta-data>
element in the application's manifest.
Intent that will launch an explicit target activity
specified by sourceActivityClass's NavUtils.PARENT_ACTIVITY <meta-data>
element in the application's manifest.
Intent that will launch an explicit target activity
specified by sourceActivityClass's NavUtils.PARENT_ACTIVITY <meta-data>
element in the application's manifest.
NavUtils.PARENT_ACTIVITY <meta-data> element within the activity element in
the application's manifest.
NavUtils.PARENT_ACTIVITY <meta-data> element within the activity element in
the application's manifest.
PendingIntent for launching the task constructed by this builder so far.
PendingIntent for launching the task constructed by this builder so far.
MotionEvent#getPointerId(int).
android.media.RemoteControlClient associated with this transport.
ResolveInfo.
getActivity().getResources().
ViewConfiguration#getScaledPagingTouchSlop().
DialogFragment.setShowsDialog(boolean).
AccessibilityNodeInfo of
the event source.
Formatter and String.format(java.lang.String, java.lang.Object...).
ActionProvider.
Fragment.setTargetFragment(android.support.v4.app.Fragment, int).
Fragment.setTargetFragment(android.support.v4.app.Fragment, int).
Socket traffic originating
from the current thread.
getUriForFile().
File.
Fragment.onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle)),
if provided.
SimpleCursorAdapter.ViewBinder used to bind data to views.
MotionEvent#getX(int).
VelocityTracker#getXVelocity(int).
MotionEvent#getY(int).
VelocityTracker#getYVelocity(int).
Gravity.
Gravity.LruCache.get(K) returned a value.
LongSparseArray.keyAt(int) would return the
specified key, or a negative number if the specified
key is not mapped.
SparseArrayCompat.keyAt(int) would return the
specified key, or a negative number if the specified
key is not mapped.
LongSparseArray.valueAt(int) would return the
specified key, or a negative number if no keys map to the
specified value.
SparseArrayCompat.valueAt(int) would return the
specified key, or a negative number if no keys map to the
specified value.
UnsupportedOperationException.
Fragment.instantiate(Context, String, Bundle) but with a null
argument Bundle.
PagerAdapter.instantiateItem(ViewGroup, int)
Intent
introduced after API level 4 in a backwards compatible fashion.DialogFragment.setCancelable(boolean).
Intent.ACTION_SEND_MULTIPLE intent.
CharSequence is in the RTL direction or not.
Intent.ACTION_SEND or Intent.ACTION_SEND_MULTIPLE
sharing Intent.
Intent.ACTION_SEND intent and contains a single shared item.
PagerAdapter.instantiateItem(ViewGroup, int).
ActionProvider.overridesItemVisibility() returns true, the return value of this method
will help determine the visibility of the MenuItem this ActionProvider is bound to.
Drawable.jumpToCurrentState().
0...size()-1, returns
the key from the indexth key-value mapping that this
LongSparseArray stores.
0...size()-1, returns
the key from the indexth key-value mapping that this
SparseArray stores.
KeyEvent.KEYCODE_MEDIA_PAUSE
KeyEvent.KEYCODE_MEDIA_PLAY
KeyEvent.KEYCODE_MEDIA_RECORD
KeyEvent introduced after
API level 4 in a backwards compatible fashion.Set for iterating over and interacting with all keys
in the array map.
layoutMode.
layoutMode.
android.app.ListFragment.AutoScrollHelper that knows how to scroll
through a ListView.android.content.Loader.android.app.LoaderManager.android.util.LogWriter
introduced after API level 4 in a backwards compatible fashion.android.util.LongSparseArray that can be used on older versions of the
platform.android.util.LruCache.MarginLayoutParams added after API 4.LruCache.sizeOf(K, V), this returns the maximum
number of entries in the cache.
ViewCompat.MEASURED_STATE_MASK to get to the height bits
for functions that combine both width and height into a single int,
such as ViewCompat.getMeasuredState(android.view.View) and the childState argument of
ViewCompat.resolveSizeAndState(int, int, int).
ViewCompat.getMeasuredWidthAndState(android.view.View) and
ViewCompat.getMeasuredWidthAndState(android.view.View) that provide the actual measured size.
ViewCompat.getMeasuredWidthAndState(android.view.View) and
ViewCompat.getMeasuredWidthAndState(android.view.View) that provide the additional state bits.
ViewCompat.getMeasuredWidthAndState(android.view.View) and
ViewCompat.getMeasuredWidthAndState(android.view.View) that indicates the measured size
is smaller that the space the view would like to have.
Menu
introduced after API level 4 in a backwards compatible fashion.MenuItem
introduced after API level 4 in a backwards compatible fashion.MenuItemCompat.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW is expanded or collapsed.LruCache.get(K) returned null or required a new
value to be created.
MotionEvent introduced
after API level 4 in a backwards compatible fashion.navigateUpTo(sourceActivity,
getParentActivityIntent (sourceActivity)).
Parcelable.Creator.
AutoScrollHelper.setMaximumEdges(float, float), AutoScrollHelper.setMaximumVelocity(float, float),
or AutoScrollHelper.setMinimumVelocity(float, float).
AutoScrollHelper.setMaximumEdges(float, float), or
AutoScrollHelper.setMaximumVelocity(float, float), or AutoScrollHelper.setMinimumVelocity(float, float).
Notification
introduced after API level 4 in a backwards compatible fashion.NotificationCompat objects.Notification.Builder
object.Fragment.startActivityForResult(Intent, int).
Activity's
onConfigurationChanged
method.
Loader.ForceLoadContentObserver detects a change.
ContentObserver on the cursor receives a change notification.
view is about to be shown.
Fragment.onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle) has
been detached from the fragment.
DrawerLayout.DrawerListener callback method.
DrawerLayout.DrawerListener callback method.
DrawerLayout.DrawerListener callback method.
DrawerLayout.DrawerListener callback method.
Loader.forceLoad().
Fragment.isHidden() of
the fragment has changed.
AccessibilityEvent with information about the
the host View which is the event source.
AccessibilityEvent with information about
this View which is the event source.
AccessibilityNodeInfoCompat with information about the host view.
AccessibilityNodeInfo with information
about this view.
MenuItemCompat.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW
is collapsed.
MenuItemCompat.SHOW_AS_ACTION_COLLAPSE_ACTION_VIEW
is expanded.
Activity's
onOptionsItemSelected method.
TransportPerformer.onStart() will resume at the same place.
View.dispatchPopulateAccessibilityEvent(AccessibilityEvent)
giving a chance to this View to populate the accessibility event with its
text content.
AccessibilityEvent with information about the
specified item.
AccessibilityNodeInfoCompat with information
about the specified item.
AccessibilityEvent and gives an opportunity to the parent (the host)
to augment the event.
AccessibilityEvent and
gives an opportunity to its parent to augment the event.
Loader.reset().
FragmentActivity.onResume() that you
can override to perform operations in the Activity at the same point
where its fragments are resumed.
FragmentActivity.onRetainNonConfigurationInstance().
Loader.startLoading().
Loader.stopLoading().
GestureDetector.OnGestureListener supplied.
Fragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
has returned, but before any saved state has been restored in to the view.
ParcelFileDescriptor for a file associated with a content://
Uri.
ActionProvider.isVisible() will be used
by the MenuItem this ActionProvider is bound to help determine its visibility.
ViewPager.ViewPager.ViewPager.Parcelable
introduced after API level 4 in a backwards compatible fashion.Parcelable creator should implement.FragmentManager.popBackStack(String, int)
and FragmentManager.popBackStack(int, int): If set, and the name or ID of
a back stack entry has been supplied, then all matching entries will
be consumed until one that doesn't match is found or the bottom of
the stack is reached.
FragmentManager.popBackStack(), but performs the operation immediately
inside of the call.
FragmentManager.popBackStack(String, int), but performs the operation immediately
inside of the call.
FragmentManager.popBackStack(int, int), but performs the operation immediately
inside of the call.
NotificationCompat.Builder.setPriority(int).
NotificationCompat.Builder.setPriority(int),
for more important notifications or alerts.
NotificationCompat.Builder.setPriority(int),
for items that are less important.
NotificationCompat.Builder.setPriority(int),
for your application's most important items that require the user's
prompt attention or input.
NotificationCompat.Builder.setPriority(int);
these items might not be shown to the user except under
special circumstances, such as detailed notification logs.
value for key.
SimpleArrayMap.put(Object, Object) of all key/value pairs in map
SimpleArrayMap.put(Object, Object) of all key/value pairs in array
LruCache.put(K, V) was called.
getUriForFile() to get information about a file
managed by the FileProvider.
AtomicFile.openRead() that also reads all of the
file contents into a byte array which is returned.
ActionProvider.overridesItemVisibility() and
ActionProvider.isVisible().
AutoScrollHelper.setRelativeEdges(float, float) or
AutoScrollHelper.setRelativeVelocity(float, float).
LongSparseArray.delete(long).
key if it exists.
SparseArrayCompat.delete(int).
AccessibilityManager.AccessibilityStateChangeListener.
FragmentManager.addOnBackStackChangedListener(OnBackStackChangedListener).
FragmentTransaction.replace(int, Fragment, String) with a null tag.
AccessibilityEvent.
View.requestLayout().
ResourceCursorAdapter.android.app.LoaderManager with a android.content.CursorLoader.
CursorAdapter.CursorAdapter(Context, Cursor, boolean); it is recommended
you not use this, but instead ResourceCursorAdapter.ResourceCursorAdapter(Context, int, Cursor, int).
android.content.Loader in
this manager, registers the callbacks to it,
and (if the activity/fragment is currently started) starts loading it.
PagerAdapter.saveState().
Loader.takeContentChanged() and would like to rollback
to the state where there is again a pending content change.
ScaleGestureDetector introduced
after API level 19 (KitKat) in a backwards compatible fashion.Scroller APIs when available.SearchView
introduced after API level 4 in a backwards compatible fashion.LocalBroadcastManager.sendBroadcast(Intent), but if there are any receivers for
the Intent this function will block and immediately dispatch them before
returning.
Service
introduced after API level 4 in a backwards compatible fashion.ActionProvider responsible for creating an action view if
the item is placed on the action bar.
FragmentTransaction.setBreadCrumbShortTitle(int) but taking a raw string; this
method is not recommended, as the string can not be changed
later if the locale changes.
FragmentTransaction.setBreadCrumbTitle(int) but taking a raw string; this
method is not recommended, as the string can not be changed
later if the locale changes.
PrintHelper.COLOR_MODE_COLOR or in back and white
PrintHelper.COLOR_MODE_MONOCHROME.
PrintHelperKitkat.COLOR_MODE_COLOR or in back and white
PrintHelperKitkat.COLOR_MODE_MONOCHROME.
PendingIntent to send when the notification is clicked.
PendingIntent to send when the notification is cleared by the user
directly from the notification panel.
AutoScrollHelper.EDGE_TYPE_INSIDE for edges that respond to touches inside
the bounds of the host view.
Gravity used to position text within the title strip.
Fragment.onCreateOptionsMenu(android.view.Menu, android.view.MenuInflater)
and related methods.
FragmentManager.saveFragmentInstanceState.
Paint object used with the current layer (used only if the current
layer type is not set to ViewCompat.LAYER_TYPE_NONE).
ListFragment.setListShown(boolean), but no animation is used when
transitioning from the previous state.
MenuItemCompat.OnActionExpandListener on this menu
item to be notified when the associated action view is expanded or collapsed.
ViewPager.PageTransformer that will be called for each attached page whenever
the scroll position is changed.
Parcelable data of the event.
root.
PagerAdapter.setPrimaryItem(ViewGroup, int, Object)
ProgressBar.
OnScaleGestureListener should receive onScale
callbacks when the user performs a doubleTap followed by a swipe.
PrintHelper.SCALE_MODE_FIT
or whether the image will be scaled but leave white space
PrintHelper.SCALE_MODE_FILL.
PrintHelperKitkat.SCALE_MODE_FIT
or whether the image will be scaled but leave white space
PrintHelperKitkat.SCALE_MODE_FILL.
MenuItemCompat.setShowAsAction(MenuItem, int)
setSmallIcon(int) that takes an additional
level parameter for when the icon is a LevelListDrawable.
root.
root.
ActionProvider responsible for creating an action view if
the item is placed on the action bar.
MenuItemCompat.OnActionExpandListener on this menu item to be notified when the associated
action view is expanded or collapsed.
Socket traffic originating
from the current thread.
FragmentTabHost.setup(Context, FragmentManager) or
FragmentTabHost.setup(Context, FragmentManager, int).
Notification.when field as a stopwatch.
0...size()-1, sets a new
value for the indexth key-value mapping that this
LongSparseArray stores.
0...size()-1, sets a new
value for the indexth key-value mapping that this
SparseArray stores.
Intent.ACTION_SEND and
Intent.ACTION_SEND_MULTIPLE sharing intents and starting activities
to share content.ArrayMap that doesn't include any standard Java
container API interoperability.SimpleCursorAdapter.android.app.LoaderManager with a android.content.CursorLoader.
LruCache.sizeOf(K, V), this returns the number
of entries in the cache.
key and value in
user-defined units.
SlidingPaneLayout.PanelSlideListener.SlidingPaneLayout.closePane() - this method is going away soon!
SlidingPaneLayout.openPane() - this method is going away soon!
child to the given (left, top) position.
android.os.Build.VERSION_CODES#KITKAT
version of SparseArray; provides a removeAt() method and other things.android.app.Service#onStartCommand: if this
service's process is killed while it is started (after returning from
android.app.Service#onStartCommand), then leave it in the started
state but don't retain this delivered intent.
Activity.startActivity(Intent) on the fragment's
containing Activity.
Activity.startActivityForResult(Intent, int) on the fragment's
containing Activity.
PagerAdapter.startUpdate(ViewGroup)
Context.startService, but holding a wake lock while the service starts.
Loader.startLoading() is called.
DialogFragment.setStyle(int, int): don't draw
any frame at all; the view hierarchy returned by Fragment.onCreateView(android.view.LayoutInflater, android.view.ViewGroup, android.os.Bundle)
is entirely responsible for drawing the dialog.
DialogFragment.setStyle(int, int): like
DialogFragment.STYLE_NO_FRAME, but also disables all input to the dialog.
DialogFragment.setStyle(int, int): don't include
a title area.
DialogFragment.setStyle(int, int): a basic,
normal dialog.
Activity#invalidateOptionsMenu.
SupportMenu for sub menus.Socket with any statistics parameters active for
the current thread.
TimeUtils
introduced after API level 4 in a backwards compatible fashion.ActivityCompat.startActivity(android.app.Activity, android.content.Intent, android.os.Bundle).
TransportController.View.
View.
EditText.
AccessibilityEvent all types.
BidiFormatter.unicodeWrap(String, android.support.v4.text.TextDirectionHeuristicCompat, boolean), but assumes
isolate is true.
BidiFormatter.unicodeWrap(String, android.support.v4.text.TextDirectionHeuristicCompat, boolean), but uses the
formatter's default direction estimation algorithm.
BidiFormatter.unicodeWrap(String, android.support.v4.text.TextDirectionHeuristicCompat, boolean), but uses the
formatter's default direction estimation algorithm and assumes isolate is true.
Loader.registerListener(int, android.support.v4.content.Loader.OnLoadCompleteListener) .
Socket.
UnsupportedOperationException.
0...size()-1, returns
the value from the indexth key-value mapping that this
LongSparseArray stores.
0...size()-1, returns
the value from the indexth key-value mapping that this
SparseArray stores.
Collection for iterating over and interacting with all values
in the array map.
VelocityTracker
introduced after API level 4 in a backwards compatible fashion.View introduced after API
level 4 in a backwards compatible fashion.ViewConfiguration
introduced after API level 4 in a backwards compatible fashion.ViewGroup
introduced after API level 4 in a backwards compatible fashion.ViewPager.OnPageChangeListener interface with stub
implementations of each method.ViewParent
introduced after API level 4 in a backwards compatible fashion.BroadcastReceiver
that receives a device wakeup event and then passes the work off
to a Service, while ensuring that the
device does not go back to sleep during the transition.Window introduced after API
level 4 in a backwards compatible fashion.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||