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

This commit is contained in:
Songchun Fan
2020-02-08 01:11:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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>