diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 57c577d90e5..cbc0d8e88d1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -949,6 +949,39 @@
android:value="@string/menu_key_apps"/>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
long jobs, data transfer, background tasks
+
+ Perform backup tasks in background
+
+ Allow app to run backup-related background tasks
+
+
+ Indicates that this app has a major use-case where it needs to backup or sync content.
+ Granting this permission allows the app to run in the background for a slightly longer time
+ in order to complete the backup-related work.
+ \n\nIf this permission is denied, the system will not give any special exemption to this
+ app to complete backup-related work in the background.
+
+
+ backup tasks, backup jobs
+