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

Commit 6b8b81b5 authored by Nick Pelly's avatar Nick Pelly
Browse files

Update AndroidManifest.xml for Bluetooth API changes.

There was a regression with the Bluetooth API changes because I forgot to update
the manifests. Bluetooth.apk would have missed the BT on/off intents.

Change-Id: Ida94411d73826d6ff6a95c3370d8d2d49a8ab20e
parent 5924e48d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
            android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
        <receiver android:name=".opp.BluetoothOppReceiver">
            <intent-filter>
                <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED" />
                <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
@@ -84,7 +84,7 @@
        </service>
        <receiver android:name=".pbap.BluetoothPbapReceiver">
            <intent-filter>
                <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED"/>
                <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
            </intent-filter>
        </receiver>
    </application>
+2 −2
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
            android:permission="android.permission.ACCESS_BLUETOOTH_SHARE" />
        <receiver android:name=".opp.BluetoothOppReceiver">
            <intent-filter>
                <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED" />
                <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
@@ -90,7 +90,7 @@
        </service>
        <receiver android:name=".pbap.BluetoothPbapReceiver">
            <intent-filter>
                <action android:name="android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED"/>
                <action android:name="android.bluetooth.adapter.action.STATE_CHANGED"/>
            </intent-filter>
        </receiver>
    </application>