From a26753fc3bcdf9bb46f43ec285a6f823e8d4f0d2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 5 Nov 2012 07:39:03 -0800 Subject: [PATCH] Yes, you should customize AndroidManifest.xml --- README.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.android b/README.android index bca7ade37..4d3a64263 100644 --- a/README.android +++ b/README.android @@ -53,7 +53,7 @@ creates a .apk with the native code embedded Here's an explanation of the files in the Android project, so you can customize them: android-project/ - AndroidManifest.xml - package manifest, do not modify + AndroidManifest.xml - package manifest, customize this for your app build.properties - empty build.xml - build description file, used by ant default.properties - holds the ABI for the application, currently android-5 which corresponds to the Android 2.0 system image