28 lines
996 B
Plaintext
28 lines
996 B
Plaintext
<?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" >
|
|
|
|
__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="\u003__APP_ID__" />
|
|
|
|
<!-- Keep track of which plugin is being used -->
|
|
<meta-data android:name="com.google.android.gms.games.unityVersion"
|
|
android:value="\u003__PLUGIN_VERSION__" />
|
|
|
|
<activity android:name="com.google.games.bridge.NativeBridgeActivity"
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
|
</application>
|
|
</manifest>
|
|
|