mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
add: BackupExtension blocklist config
Signed-off-by: huaqingsimeng <qiukaiqing@huawei.com>
This commit is contained in:
@@ -8,8 +8,101 @@
|
||||
"multimedia.audio",
|
||||
"multimedia.media"
|
||||
],
|
||||
"FileAccessExtension": [],
|
||||
"BackupExtension": [],
|
||||
"FileAccessExtension": [
|
||||
"telephony.call",
|
||||
"telephony.sim",
|
||||
"telephony.sms",
|
||||
"bundleState",
|
||||
"bundle.defaultAppManager",
|
||||
"bundle.installer",
|
||||
"bundle.appControl",
|
||||
"app.ability.appManager",
|
||||
"app.ability.abilityManager",
|
||||
"abilityAccessCtrl",
|
||||
"app.ability.missionManager",
|
||||
"application.appManager",
|
||||
"application.abilityManager",
|
||||
"application.missionManager",
|
||||
"account.appAccount",
|
||||
"account.distributedAccount",
|
||||
"account.osAccount",
|
||||
"userIAM.faceAuth",
|
||||
"data.rdb",
|
||||
"data.relationalStore",
|
||||
"enterprise.deviceInfo",
|
||||
"enterprise.dateTimeManager",
|
||||
"enterprise.adminManager",
|
||||
"continuation.continuationManager",
|
||||
"nfc.controller",
|
||||
"nfc.cardEmulation",
|
||||
"nfc.tag",
|
||||
"connectedTag",
|
||||
"distributedMissionManager",
|
||||
"update",
|
||||
"resourceschedule.usageStatistics",
|
||||
"screen",
|
||||
"screenshot",
|
||||
"wallpaper",
|
||||
"inputMethod",
|
||||
"multimodalInput.inputMonitor",
|
||||
"geolocation",
|
||||
"geoLocationManager",
|
||||
"settings",
|
||||
"privacyManager",
|
||||
"power",
|
||||
"window",
|
||||
"reminderAgent",
|
||||
"reminderAgentManager",
|
||||
"accessibility.config",
|
||||
"contact",
|
||||
"hiSysEvent",
|
||||
"sensor",
|
||||
"deviceInfo",
|
||||
"systemTime",
|
||||
"vibrator"
|
||||
],
|
||||
"BackupExtension": [
|
||||
"abilityAccessCtrl",
|
||||
"app.ability.missionManager",
|
||||
"app.ability.quickFixManager",
|
||||
"app.application.appManager",
|
||||
"application.formError",
|
||||
"application.formHost",
|
||||
"application.missionManager",
|
||||
"bundle.appControl",
|
||||
"bundle.bundleMonitor",
|
||||
"bundle.defaultAppManager",
|
||||
"bundle.distributedBundleManager",
|
||||
"bundle.freeInstall",
|
||||
"bundle.innerBundleManager",
|
||||
"bundle.installer",
|
||||
"bundle.launcherBundleManager",
|
||||
"bundleState",
|
||||
"distributedBundle",
|
||||
"distributedMissionManager",
|
||||
"enterprise.adminManager",
|
||||
"enterprise.dataTimeManager",
|
||||
"file.fileAccess",
|
||||
"formError",
|
||||
"formHost",
|
||||
"geolocation",
|
||||
"inputMethod",
|
||||
"multimedia.audio",
|
||||
"multimedia.media",
|
||||
"multimodalInput.inputMonitor",
|
||||
"nfc.cardEmulation",
|
||||
"power",
|
||||
"reminderAgent",
|
||||
"reminderAgentManager",
|
||||
"resourceschedule.usageStatistics",
|
||||
"screen",
|
||||
"sensor",
|
||||
"screenshot",
|
||||
"update",
|
||||
"window",
|
||||
"UIAbilityContext",
|
||||
"ServiceExtensionContext"
|
||||
],
|
||||
"EnterpriseAdminExtension": [],
|
||||
"WindowExtensionExtension": [],
|
||||
"WallpaperExtension": [],
|
||||
|
||||
Reference in New Issue
Block a user