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

Commit 81734820 authored by jackqdyulei's avatar jackqdyulei
Browse files

Add intent filter for BluetoothOppTransferHistory

Bug: 35876447
Test: Build
Change-Id: I1aed372455bcb13c6140bd4acd9d9d82fba2c412
parent 77c0be41
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -209,6 +209,10 @@
                  android:excludeFromRecents="true"
                  android:configChanges="orientation|keyboardHidden"
                  android:enabled="@bool/profile_supported_opp">
            <intent-filter>
                <action android:name="com.android.bluetooth.action.TransferHistory" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name=".pbap.BluetoothPbapActivity"
            android:process="@string/process"