From 193fce8ec6ce5d7fd9c1ce901d37806be8954dcf Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Wed, 1 Jul 2015 22:37:28 -0400 Subject: [PATCH] Fix for HTC devices --- Emoji Switcher/build.gradle | 4 ++-- .../com/stevenschoen/emojiswitcher/EmojiSwitcherUtils.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Emoji Switcher/build.gradle b/Emoji Switcher/build.gradle index 604dba2..958ccfe 100644 --- a/Emoji Switcher/build.gradle +++ b/Emoji Switcher/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 22 - versionCode 10 - versionName "1.6.2" + versionCode 11 + versionName "1.6.3" } compileOptions { diff --git a/Emoji Switcher/src/main/java/com/stevenschoen/emojiswitcher/EmojiSwitcherUtils.java b/Emoji Switcher/src/main/java/com/stevenschoen/emojiswitcher/EmojiSwitcherUtils.java index 63ece69..e75cbda 100644 --- a/Emoji Switcher/src/main/java/com/stevenschoen/emojiswitcher/EmojiSwitcherUtils.java +++ b/Emoji Switcher/src/main/java/com/stevenschoen/emojiswitcher/EmojiSwitcherUtils.java @@ -37,7 +37,7 @@ public class EmojiSwitcherUtils { private static final String systemFontsPath = "/system/fonts/"; private static final String systemEmojiFilePath = systemFontsPath + "NotoColorEmoji.ttf"; - private static final String htcFilePath = systemFontsPath + "NotoColorEmoji-htc.ttf"; + private static final String htcFilePath = systemFontsPath + "AndroidEmoji-htc.ttf"; private static final String htcBackupFilePath = htcFilePath + ".bak"; public static String systemEmojiBackupFilePath(Context context) {