Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkumar66 committed Sep 10, 2018
1 parent f10614b commit 6d53eb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Performance-Tweaker


Performance-Tweaker is a simple app for tweaking:

* CPU (Frequency, Governor)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ public void onCreate() {
PerfTweakerApplication.context = getApplicationContext();
}


public static Context getAppContext()
{
public static Context getAppContext() {
return PerfTweakerApplication.context;
}
}

0 comments on commit 6d53eb3

Please sign in to comment.