1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- This file was automatically generated by the Google Play Games plugin for Unity
- Do not edit. -->
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.example.games.mainlibproj"
- android:versionCode="1"
- android:versionName="1.0" >
- <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
- __NEARBY_PERMISSIONS__
- <application>
- __NEARBY_SERVICE_ELEMENT__
- <!-- The space in these forces it to be interpreted as a string vs. int -->
- <meta-data android:name="com.google.android.gms.games.APP_ID"
- android:value="\ __APP_ID__" />
- <!-- Keep track of which plugin is being used -->
- <meta-data android:name="com.google.android.gms.games.unityVersion"
- android:value="\ __PLUGIN_VERSION__" />
- <activity android:name="com.google.games.bridge.NativeBridgeActivity"
- android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
- </application>
- </manifest>
|