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

Commit a443d352 authored by Andrew Flynn's avatar Andrew Flynn Committed by Android Git Automerger
Browse files

am 53935258: Merge "DO NOT MERGE" into ics-scoop

* commit '53935258':
  DO NOT MERGE
parents 752c5db2 53935258
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,6 +56,11 @@ public class StatusBarManager {
            | DISABLE_NOTIFICATION_ALERTS | DISABLE_NOTIFICATION_TICKER
            | DISABLE_SYSTEM_INFO | DISABLE_RECENT | DISABLE_HOME | DISABLE_BACK | DISABLE_CLOCK;

    public static final int NAVIGATION_HINT_BACK_NOP      = 1 << 0;
    public static final int NAVIGATION_HINT_HOME_NOP      = 1 << 1;
    public static final int NAVIGATION_HINT_RECENT_NOP    = 1 << 2;
    public static final int NAVIGATION_HINT_BACK_ALT      = 1 << 3;

    private Context mContext;
    private IStatusBarService mService;
    private IBinder mToken = new Binder();
−6.56 KiB
Loading image diff...
−3.4 KiB
Loading image diff...
Loading