Package-level declarations

Types

Link copied to clipboard
Helper for accessing features in android.app.Activity.
Link copied to clipboard
Helper for accessing features in android.app.ActivityManager in a backwards compatible fashion.
Link copied to clipboard
Helper for accessing features in android.app.ActivityOptions in a backwards compatible fashion.
Link copied to clipboard
Compatibility library for AlarmManager with fallbacks for older platforms.
Link copied to clipboard
Version of android.app.AppComponentFactory that works with androidx libraries.
Link copied to clipboard
open class AppLaunchChecker
open class AppLaunchChecker
This class provides APIs for determining how an app has been launched.
Link copied to clipboard
Helper class to manage storage of locales in app's persistent files.
Link copied to clipboard
Helper for accessing features in android.app.AppOpsManager.
Link copied to clipboard
Helper for accessing features in Bundle.
Link copied to clipboard

Base class for activities to allow intercepting KeyEvent methods in a composable way in core.

Link copied to clipboard
Link copied to clipboard
open class DialogCompat
open class DialogCompat
Helper for accessing features in android.app.Dialog in a backwards compatible fashion.
Link copied to clipboard
This class can be used to record and return data about per-frame durations.
Link copied to clipboard
abstract class JobIntentService : Service
abstract class JobIntentService : Service
Helper for processing work that has been enqueued for a job/service.
Link copied to clipboard
Helper for accessing features in android.app.LocaleManager in a backwards compatible fashion.
Link copied to clipboard
class MultiWindowModeChangedInfo(val isInMultiWindowMode: Boolean)

Class that encapsulates the information that is delivered when Activity.onMultiWindowModeChanged is dispatched to a OnMultiWindowModeChangedProvider.

Link copied to clipboard
class NavUtils
class NavUtils
NavUtils provides helper functionality for applications implementing recommended Android UI navigation patterns.
Link copied to clipboard
Interface implemented by notification compat builders that support an accessor for Notification.Builder.
Link copied to clipboard
A representation of settings that apply to a collection of similarly themed notifications.
Link copied to clipboard
A grouping of related notification channels.
Link copied to clipboard
Helper for accessing features in android.app.Notification.
Link copied to clipboard
Well-known extras used by NotificationCompat for backwards compatibility.
Link copied to clipboard
Abstract service to receive side channel notifications sent from androidx.core.app.NotificationManagerCompat.
Link copied to clipboard
Compatibility library for NotificationManager with fallbacks for older platforms.
Link copied to clipboard

Interface for components that can dispatch calls from Activity.onMultiWindowModeChanged.

Link copied to clipboard

Interface for components that can dispatch calls from Activity.onNewIntent.

Link copied to clipboard

Interface for components that can dispatch calls from Activity.onPictureInPictureModeChanged.

Link copied to clipboard

Interface for components that can dispatch calls from Activity.onUserLeaveHint.

Link copied to clipboard
Helper for accessing features in PendingIntent.
Link copied to clipboard
open class Person
open class Person
Provides an immutable reference to an entity that appears repeatedly on different surfaces of the platform.
Link copied to clipboard
class PictureInPictureModeChangedInfo(val isInPictureInPictureMode: Boolean)

Class that encapsulates the information that is delivered when Activity.onPictureInPictureModeChanged is dispatched to a OnPictureInPictureModeChangedProvider.

Link copied to clipboard
Represents a remote action that can be called from another process.
Link copied to clipboard
Helper for using the android.app.RemoteInput.
Link copied to clipboard
Helper for accessing features in android.app.Service.
Link copied to clipboard
Extra helper functionality for sharing data between activities.
Link copied to clipboard
abstract class SharedElementCallback
abstract class SharedElementCallback
Listener provided in setEnterSharedElementCallback and setExitSharedElementCallback to monitor the Activity transitions.
Link copied to clipboard
Utility class for constructing synthetic back stacks for cross-task navigation on Android 3.0 and newer.