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

Commit 23417cd4 authored by Bruno Martins's avatar Bruno Martins
Browse files

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
parent 8cef98dd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -225,9 +225,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"