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

Commit a43cb612 authored by Songchun Fan's avatar Songchun Fan Committed by Android (Google) Code Review
Browse files

Merge "[adb data loader] Reset android:exported flag"

parents b82819fc d27e35f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        <service android:enabled="true"
                 android:name="com.android.incremental.nativeadb.NativeAdbDataLoaderService"
                 android:label="@string/app_name"
                 android:exported="true">
                 android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.LOAD_DATA" />
           </intent-filter>