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

Commit d97e8cac authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 1df3359e: am b03cc052: am 602dbdc5: am 41904c99: am fb973240: Merge "Fix...

am 1df3359e: am b03cc052: am 602dbdc5: am 41904c99: am fb973240: Merge "Fix status bar bt accessibility message" into mnc-dev

* commit '1df3359e':
  Fix status bar bt accessibility message
parents eb98f2d1 1df3359e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@ public class PhoneStatusBarPolicy {
        BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
        int iconId = R.drawable.stat_sys_data_bluetooth;
        String contentDescription =
                mContext.getString(R.string.accessibility_bluetooth_disconnected);
                mContext.getString(R.string.accessibility_quick_settings_bluetooth_on);
        if (adapter != null) {
            mBluetoothEnabled = (adapter.getState() == BluetoothAdapter.STATE_ON);
            if (adapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTED) {