Merge "Whitelist LocalTransport here in the framework sysconfig"

This commit is contained in:
Chris Tate
2017-02-09 06:12:34 +00:00
committed by Android (Google) Code Review

View File

@@ -23,4 +23,9 @@
<allow-implicit-broadcast action="android.intent.action.PACKAGE_CHANGED" />
<allow-implicit-broadcast action="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
<!-- Whitelist of what components are permitted as backup data transports. The
'service' attribute here is a flattened ComponentName string. -->
<backup-transport-whitelisted-service
service="android/com.android.internal.backup.LocalTransportService" />
</config>