From 239e49c83c8fc4e9332a3bc8a281bf870f3b05be Mon Sep 17 00:00:00 2001 From: Seth Archambault Date: Thu, 5 Jul 2018 13:55:54 +0000 Subject: [PATCH] Updated Working for Android (markdown) --- Working-for-Android.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Working-for-Android.md b/Working-for-Android.md index f1f3eb7..cecd3ca 100644 --- a/Working-for-Android.md +++ b/Working-for-Android.md @@ -115,6 +115,8 @@ This is simple as in we're just using shell commands, no cmake, no builders of a AndroidManifest.xml +> Note: "package" is the unique name of your project, this will overwrite apps with the same name + @@ -124,6 +126,7 @@ AndroidManifest.xml android:configChanges="orientation|keyboardHidden|screenSize" android:launchMode="singleTask" android:clearTaskOnLaunch="true"> +