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

Commit 3f908d23 authored by Meninblack007's avatar Meninblack007
Browse files

Misc Fixes



Change-Id: I8168f35456373b833bb142451dbc2ed43ab4fa7e
Signed-off-by: default avatarMeninblack007 <sanyam.53jain@gmail.com>
parent 6f8238bb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -990,7 +990,9 @@ public final class BluetoothHeadset implements BluetoothProfile {
        return false;
    }

    private final ServiceConnection mConnection = new ServiceConnection() {
    private final IBluetoothProfileServiceConnection mConnection
            = new IBluetoothProfileServiceConnection.Stub()  {
        @Override
        public void onServiceConnected(ComponentName className, IBinder service) {
            if (DBG) Log.d(TAG, "Proxy object connected");
            mService = IBluetoothHeadset.Stub.asInterface(service);
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ package com.android.internal.util.cm;
/* Master list of all actions for the power menu */
public class PowerMenuConstants {
    public static final String GLOBAL_ACTION_KEY_POWER = "power";
    public static final String GLOBAL_ACTION_KEY_REBOOT = "reboot";
    public static final String GLOBAL_ACTION_KEY_SCREENSHOT = "screenshot";
    public static final String GLOBAL_ACTION_KEY_AIRPLANE = "airplane";
    public static final String GLOBAL_ACTION_KEY_USERS = "users";
@@ -29,10 +28,11 @@ public class PowerMenuConstants {
    public static final String GLOBAL_ACTION_KEY_SILENT = "silent";
    public static final String GLOBAL_ACTION_KEY_VOICEASSIST = "voiceassist";
    public static final String GLOBAL_ACTION_KEY_ASSIST = "assist";
    public static final String GLOBAL_ACTION_KEY_RESTART = "restart";

    private static String[] ALL_ACTIONS = {
        GLOBAL_ACTION_KEY_POWER,
        GLOBAL_ACTION_KEY_REBOOT,
        GLOBAL_ACTION_KEY_RESTART,
        GLOBAL_ACTION_KEY_SCREENSHOT,
        GLOBAL_ACTION_KEY_AIRPLANE,
        GLOBAL_ACTION_KEY_USERS,
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@
  <string name="permgroupdesc_security">Berechtigungen im Zusammenhang mit der Gerätesicherheit.</string>
  <!-- label for item that opens the profile choosing dialog -->
  <string name="global_action_choose_profile">Profil</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <string name="global_action_reboot">Neu starten</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Aktuell</string>
  <!-- status message in phone options dialog for screenshot action -->
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@
  <string name="permgroupdesc_security">Autorisations relatives aux informations de sécurité de l\'appareil.</string>
  <!-- label for item that opens the profile choosing dialog -->
  <string name="global_action_choose_profile">Profil</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <string name="global_action_reboot">Redémarrer</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Actuel</string>
  <!-- status message in phone options dialog for screenshot action -->
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@
  <string name="permgroupdesc_security">Izin terkait dengan informasi keamanan perangkat.</string>
  <!-- label for item that opens the profile choosing dialog -->
  <string name="global_action_choose_profile">Profil</string>
  <!-- label for item that restarts the phone in phone options dialog -->
  <string name="global_action_reboot">Mulai ulang</string>
  <!-- label for current user in phone options dialog -->
  <string name="global_action_current_user">Saat ini</string>
  <!-- status message in phone options dialog for screenshot action -->
Loading