Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 415211c5 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Whitelist LocalTransport here in the framework sysconfig"

parents daad4561 4244c91e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>