added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / build-projects / android / app / src / main / AndroidManifest.xml.tmpl
index 6e01acf90c11c0b77c25966c3daa413ca95cc392..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"
                  >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />