Advertisement
luca020400

sys.diff

May 3rd, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.07 KB | None | 0 0
  1. From 2ec4a62a064d4c1cd172e7ceabf0c6b0849c07bd Mon Sep 17 00:00:00 2001
  2. From: luca020400 <luca.stefani.ge1@gmail.com>
  3. Date: Fri, 24 Oct 2014 19:18:10 +0200
  4. Subject: [PATCH] Trasparent status bar
  5.  
  6. ---
  7. .../src/com/android/systemui/statusbar/phone/BarTransitions.java        | 2 +-
  8.  1 file changed, 1 insertion(+), 1 deletion(-)
  9.  
  10. diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/BarTransitions.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/BarTransitions.java
  11. index cb88428..99b0fb0 100644
  12. --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/BarTransitions.java
  13. +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/BarTransitions.java
  14. @@ -41,7 +41,7 @@
  15.      private static final boolean DEBUG_COLORS = false;
  16.      private static final boolean DEBUG_TINTED = false;
  17.  
  18. -    public static final boolean HIGH_END = ActivityManager.isHighEndGfx();
  19. +    public static final boolean HIGH_END = true;
  20.  
  21.      public static final int MODE_OPAQUE = 0;
  22.      public static final int MODE_SEMI_TRANSPARENT = 1;
  23. --
  24. 1.9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement