From a35b286ce040919a71d27e5bf696886237c6c470 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 4 Oct 2013 16:26:46 +0000 Subject: Add new Android voice translator sample app This adds a simple voice translator Android app that uses the JNI bindings to the PGF C runtime. Caveats: - Since the C runtime doesn't compile for Android right now, I've bundled an old copy, along with its Java bindings. That should be removed once the C runtime compiels for Android again. - Adding an automated build would be nice. - Replacing the grammar requires editing a Java file, that should really be more dynamic. --- src/ui/android/AndroidManifest.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/ui/android/AndroidManifest.xml') diff --git a/src/ui/android/AndroidManifest.xml b/src/ui/android/AndroidManifest.xml index 9fef8e112..9728b71aa 100644 --- a/src/ui/android/AndroidManifest.xml +++ b/src/ui/android/AndroidManifest.xml @@ -2,19 +2,21 @@ + android:versionName="1.0" > + android:targetSdkVersion="18" /> + + + android:theme="@style/AppTheme" > -- cgit v1.2.3