diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 6c1a46a914..1fe1039f89 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -11,6 +11,7 @@ android { } defaultConfig { + // TODO If this is ever modified, change application_id in strings.xml applicationId "org.dolphinemu.dolphinemu" minSdkVersion 21 targetSdkVersion 21 @@ -43,6 +44,7 @@ android { // Signed by debug key disallowing distribution on Play Store. // Attaches 'debug' suffix to version and package name, allowing installation alongside the release build. debug { + // TODO If this is ever modified, change application_id in debug/strings.xml applicationIdSuffix ".debug" versionNameSuffix '-debug' jniDebuggable true diff --git a/Source/Android/app/src/debug/res/values/strings.xml b/Source/Android/app/src/debug/res/values/strings.xml new file mode 100644 index 0000000000..8048c21d75 --- /dev/null +++ b/Source/Android/app/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ + + + org.dolphinemu.dolphinemu.debug + \ No newline at end of file diff --git a/Source/Android/app/src/main/res/values/strings.xml b/Source/Android/app/src/main/res/values/strings.xml index e01c06da3a..df9020e44f 100644 --- a/Source/Android/app/src/main/res/values/strings.xml +++ b/Source/Android/app/src/main/res/values/strings.xml @@ -240,4 +240,7 @@ Emulation Activity Toggle Input Overlay + + + org.dolphinemu.dolphinemu diff --git a/Source/Android/app/src/main/res/xml/preferences.xml b/Source/Android/app/src/main/res/xml/preferences.xml index e275107c7b..c91f77ab96 100644 --- a/Source/Android/app/src/main/res/xml/preferences.xml +++ b/Source/Android/app/src/main/res/xml/preferences.xml @@ -43,7 +43,7 @@ + android:targetPackage="@string/application_id"/>