added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / build-projects / android / app / src / main / AndroidManifest.xml.tmpl
index 5ede74b0ea3412b71e71cff32a3d94c8a9f64605..8331804d0c5a7ddd0730fed9e61a7c2f44832cf4 100644 (file)
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                  android:hardwareAccelerated="true">
 
-        <activity android:name="RocksNDiamonds"
+        <activity android:name="rocksndiamonds"
                   android:label="@string/app_name"
                   android:alwaysRetainTaskState="true"
                   android:launchMode="singleInstance"
                  android:configChanges="keyboardHidden|orientation|screenSize"
+                 android:screenOrientation="fullUser"
                  android:preferMinimalPostProcessing="true"
                  android:exported="true"
                  >