From fc8952e5e9f3178f09ff55ffff167cf1ca85b5a4 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 6 Aug 2012 12:35:20 -0400 Subject: [PATCH] Fixed the onActivityResult bug that was caused by the manifest auto mereger. (I removed the auto merge option from project.properties) Signed-off-by: Ricky Barrette --- LocationRinger/AndroidManifest.xml | 27 +++++++-- LocationRinger/build.xml | 92 ++++++++++++++++++++++++++++++ LocationRinger/local.properties | 10 ++++ LocationRinger/project.properties | 2 +- 4 files changed, 126 insertions(+), 5 deletions(-) create mode 100644 LocationRinger/build.xml create mode 100644 LocationRinger/local.properties diff --git a/LocationRinger/AndroidManifest.xml b/LocationRinger/AndroidManifest.xml index eebabef..864586e 100644 --- a/LocationRinger/AndroidManifest.xml +++ b/LocationRinger/AndroidManifest.xml @@ -2,10 +2,10 @@ + android:versionCode="121" + android:versionName="a664e0a" > - + + + + + + + + + + + + + + + + + + + + - \ No newline at end of file + diff --git a/LocationRinger/build.xml b/LocationRinger/build.xml new file mode 100644 index 0000000..2b6a3c3 --- /dev/null +++ b/LocationRinger/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LocationRinger/local.properties b/LocationRinger/local.properties new file mode 100644 index 0000000..6b6d332 --- /dev/null +++ b/LocationRinger/local.properties @@ -0,0 +1,10 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. + +# location of the SDK. This is only used by Ant +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/app/android-sdk-linux_86 diff --git a/LocationRinger/project.properties b/LocationRinger/project.properties index 93d2daf..3424666 100644 --- a/LocationRinger/project.properties +++ b/LocationRinger/project.properties @@ -12,4 +12,4 @@ android.library.reference.2=../../location_library/LocationLib proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard.cfg # Project target. target=Google Inc.:Google APIs:16 -manifestmerger.enabled=true +