AndroidManifest.OVRSubmission.xml 923 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  3. <application>
  4. <activity
  5. android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
  6. android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"
  7. android:launchMode="singleTask"
  8. android:name="com.unity3d.player.UnityPlayerActivity"
  9. android:excludeFromRecents="true">
  10. <intent-filter>
  11. <action android:name="android.intent.action.MAIN"/>
  12. <category android:name="android.intent.category.INFO"/>
  13. </intent-filter>
  14. </activity>
  15. <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="false" />
  16. </application>
  17. </manifest>