From fb3783ee5da8db79a6b9de15af3efd5a1b0015bb Mon Sep 17 00:00:00 2001 From: King Date: Fri, 9 Sep 2016 10:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InlandSDKDemo/AndroidManifest.xml | 12 ------------ IntegrationGuide.md | 9 ++++++--- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/InlandSDKDemo/AndroidManifest.xml b/InlandSDKDemo/AndroidManifest.xml index bbc83bc..4450d9d 100644 --- a/InlandSDKDemo/AndroidManifest.xml +++ b/InlandSDKDemo/AndroidManifest.xml @@ -34,13 +34,6 @@ - - - - - - - - - - - - + android:name="com.gump.inland.gamesdk.PurchaseActivity" + android:configChanges="orientation|screenSize|keyboardHidden|keyboard|screenLayout" + android:launchMode="singleTask" + android:theme="@android:style/Theme.Translucent.NoTitleBar" > -- 2.0.0