Remove intent filter without any action
Test: Build and observe that the following warning no longer appears in logs:
W PackageParser: No actions in intent filter at /system/app/Bluetooth/Bluetooth.apk Binary XML file line #263
Change-Id: I0074a6a18433e7c2f18ad8011084011372abcdfd
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3049b8b..1c3f2f2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -238,9 +238,6 @@
android:excludeFromRecents="true"
android:theme="@android:style/Theme.Material.Light.Dialog.Alert"
android:enabled="@bool/profile_supported_pbap">
- <intent-filter>
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
</activity>
<service
android:process="@string/process"