你好,我用
<activity
android:name="io.dcloud.HelloH5.TestActivity"
android:configChanges="orientation|keyboardHidden|keyboard|navigation|screenSize"
android:label="@string/app_name"
android:launchMode="singleTask"
android:hardwareAccelerated="true"
android:theme="@style/TranslucentTheme"
android:screenOrientation="user"
android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
ublic class TestActivity extends PandoraEntryActivity {
这种方式完成了在最新sdk上集成5+ 独立app,现在有个问题是,我需要添加广告页不知道怎么添加,能指点下不
我看见有这两个函数,不知道怎么用
onCreateSplash
onCreateAdSplash
0 个回复