Advertisement
ElectricJesus

AndroidManifest2

Feb 18th, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.28 KB | None | 0 0
  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.  
  9.     <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
  10.  
  11.     <!-- replaced during setup -->
  12.    
  13.  
  14.     <application>
  15.  
  16.      <!-- Required for Nearby Connections API -->
  17.         <meta-data android:name="com.google.android.gms.nearby.connection.SERVICE_ID"
  18.            android:value="" />
  19.  
  20.         <!-- the space in these forces it to be interpreted as a string vs. int -->
  21.         <meta-data android:name="com.google.android.gms.games.APP_ID"
  22.            android:value="\ 192******023" />
  23.         <meta-data android:name="com.google.android.gms.appstate.APP_ID"
  24.            android:value="\ 192******23" />
  25.         <meta-data android:name="com.google.android.gms.version"
  26.            android:value="@integer/google_play_services_version" />
  27.  
  28.         <activity android:name="com.google.games.bridge.NativeBridgeActivity"
  29.            android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
  30.     </application>
  31. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement