8000 GitHub - peerobo/AndroidUtility: Immersive, google play games
[go: up one dir, main page]

Skip to content

peerobo/AndroidUtility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AndroidUtility

Immersive, Google Play Games

Please include these permissions in Android Manifest:

<application android:enabled="true">
	<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ SERVICE_ID" />
	<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
	<activity android:name="com.fc.FCAndroidUtilityActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
</application>

And in extensions tag:

<extensions>        
  <extensionID>com.fc.AndroidUtility</extensionID>
</extensions>

Change SERVICE_ID to your app/service id.

ANE file download in the build folder.

About

Immersive, google play games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0