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

Commit d27e35f6 authored by Songchun Fan's avatar Songchun Fan
Browse files

[adb data loader] Reset android:exported flag

This flag should be set to false so that other apps won't be able to
bind to this app.

Test: manual
BUG: 133435829
Change-Id: If1d370447a1c6880edc07dbaa462b90ca7c47a2d
parent 6eb9a858
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>