template-AndroidManifest.txt 1.0 KB

1234567891011121314151617181920212223242526272829
  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. <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
  9. __NEARBY_PERMISSIONS__
  10. <application>
  11. __NEARBY_SERVICE_ELEMENT__
  12. <!-- The space in these forces it to be interpreted as a string vs. int -->
  13. <meta-data android:name="com.google.android.gms.games.APP_ID"
  14. android:value="\ __APP_ID__" />
  15. <!-- Keep track of which plugin is being used -->
  16. <meta-data android:name="com.google.android.gms.games.unityVersion"
  17. android:value="\ __PLUGIN_VERSION__" />
  18. <activity android:name="com.google.games.bridge.NativeBridgeActivity"
  19. android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
  20. </application>
  21. </manifest>