
Providing an extended graphical banner for its associated item. That is actively playing music via a service in the The default value is false, which means that the OS will avoidīacking up the app while it is running in the foreground (such as a music app The system shuts down an app during auto backup operation, May be performed on this app even if the app is in a foreground-equivalent The name must be specified.Īndroid:backupInForeground Indicates that

(for example, ".MyBackupAgent"), it is appended to the However, as a shorthand, if the first character of the name is a period The attribute value should beĪ fully qualified class name (such as, ""). android:backupAgent The name of the class that implements the application's backup agent,Ī subclass of BackupAgent. Future hardware devices may not support this manifest tag.įor more information, see Tagged Pointers. Note: Disabling this feature does not address the Whether or not the app has the Heap pointer tagging feature enabled. Note: Only apps that are part of the system image canĭeclare this attribute explicitly. Well as user-customizable settings and preferences. This data includesįlags-such as whether the user has seen introductory tooltips-as Whether to allow the application to reset user data. You can still disable cloud-based backup and restore of your app'sįiles by setting this attribute to false, even if your app targetsĪndroid 11 (API level 30) or higher. System automatically allows this functionality. Higher, you cannot disable device-to-device migration of your app's files. Note: If your app targets Android 11 (API level 30) or The default value of this attribute is true. If this attribute is set to false, noīackup or restore of the application will ever be performed, even by aįull-system backup that would otherwise cause all application data to be saved Whether to allow the application to participate in the backupĪnd restore infrastructure. "false" if they must remain with the task where they started.Īttribute that can override the value set here. Is next brought to the front - "true" if they can move, and

The task that started them to the task they have an affinity for when that task attributes android:allowTaskReparenting Whether or not activities that the application defines can move from Others (such asĪllowClearUserData) set values for the application as a whole andĬannot be overridden by the components. TaskAffinity, and allowTaskReparenting) set default valuesįor corresponding attributes of the component elements. That declare each of the application's components and has attributes Contained in: can contain: description: The declaration of the application.
