Skip to content

Commit

Permalink
set config_hardwareAccelerated false forever
Browse files Browse the repository at this point in the history
Change-Id: I4564570c1c158c47d50085e009fad9c91f1f38f8
  • Loading branch information
yanhao committed Jul 25, 2012
1 parent 9059526 commit 88bf72f
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.method private writeHardwareUiOptions()V
.locals 2

.prologue
.line 355
const-string v0, "persist.sys.ui.hw"

const-string v1, "false"

invoke-static {v0, v1}, Landroid/os/SystemProperties;->set(Ljava/lang/String;Ljava/lang/String;)V

.line 356
return-void
.end method

0 comments on commit 88bf72f

Please sign in to comment.