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