AndroidManifest.xml 939 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- This file was automatically generated by the Google Play Games plugin for Unity
  3. Do not edit. -->
  4. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  5. package="com.google.example.games.mainlibproj"
  6. android:versionCode="1"
  7. android:versionName="1.0" >
  8. <application>
  9. <!-- The space in these forces it to be interpreted as a string vs. int -->
  10. <meta-data android:name="com.google.android.gms.games.APP_ID"
  11. android:value="\u003178135978803" />
  12. <!-- Keep track of which plugin is being used -->
  13. <meta-data android:name="com.google.android.gms.games.unityVersion"
  14. android:value="\u0030.10.14" />
  15. <activity android:name="com.google.games.bridge.NativeBridgeActivity"
  16. android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
  17. </application>
  18. </manifest>