summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-01-10 22:17:08 +0000
committerBruno Martins <bgcngm@gmail.com>2020-01-10 22:36:14 +0000
commit120fea7bb9c5977806fdb968f77e998c206c33ff (patch)
treec8b46b37c1fde0f9318d0e708b5422c96845f88b
parentcdb573cb3b8beef7d5d3dab48c8fb6ec11f84b37 (diff)
downloadandroid_packages_apps_Bluetooth-120fea7bb9c5977806fdb968f77e998c206c33ff.tar.gz
android_packages_apps_Bluetooth-120fea7bb9c5977806fdb968f77e998c206c33ff.tar.bz2
android_packages_apps_Bluetooth-120fea7bb9c5977806fdb968f77e998c206c33ff.zip
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
-rw-r--r--AndroidManifest.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 70e13da1d..b524f7b54 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -226,9 +226,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"