Skip to content

Commit

Permalink
Fixed setting permissions on system font
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Jul 13, 2014
1 parent c0fb659 commit 5e47dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Emoji Switcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 19
versionCode 5
versionName "1.3"
versionCode 6
versionName "1.4"
}

compileOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ protected Void doInBackground(Object... params) {
shell = RootTools.getShell(true);
CommandCapture commandPermission = new CommandCapture(0, "chmod 644 " + "/system/fonts/" + systemEmojiSetFileName);
shell.add(commandPermission);
shell.close();
} catch (TimeoutException e) {
activity.runOnUiThread(new Runnable() {
@Override
Expand Down

0 comments on commit 5e47dd0

Please sign in to comment.