summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
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>