summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2015-12-04 05:20:56 +0100
committerNikolaus Gotsche <n@softwarefools.com>2015-12-04 05:20:56 +0100
commit4cff31bfd20d305a7858c28ac2eee5d8d5839b74 (patch)
treec3b8bee744a00b5880f922b6f35a62aac994e4d0 /app/src/main/AndroidManifest.xml
parent3f06aee05ac73d849cef45cc5de49268763f82da (diff)
Full Preference API10 Support!
New TTS.Engine structure
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 05ca590..573fb0e 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -26,6 +26,9 @@
<activity android:name="com.softwarefools.nik.spiritlevel.AppPreferences"
android:screenOrientation="portrait"
android:theme="@android:style/Theme" />
+ <activity android:name="com.softwarefools.nik.spiritlevel.AppPreferencesClassic"
+ android:screenOrientation="portrait"
+ android:theme="@android:style/Theme" />
</application>
</manifest>