Commit d4d82d66 authored by bixing's avatar bixing

增加ONEMOB

parent 39af5832
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
<meta-data <meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID" android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="${google_ad_app_id}" /> android:value="${google_ad_app_id}" />
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="${GAM_APP_ID}"/>
<activity <activity
android:name="com.ads.cal.picturetranslate.activity.PictureTranslateStartActivity" android:name="com.ads.cal.picturetranslate.activity.PictureTranslateStartActivity"
...@@ -689,6 +692,17 @@ ...@@ -689,6 +692,17 @@
android:label="@string/heart_lable" android:label="@string/heart_lable"
tools:replace="android:icon, android:excludeFromRecents, android:label, android:configChanges" /> tools:replace="android:icon, android:excludeFromRecents, android:label, android:configChanges" />
<!--verve end--> <!--verve end-->
<activity
android:name="org.coolgam.OneH5AdActivity"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
android:excludeFromRecents="true"
android:noHistory="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
tools:replace="android:icon, android:excludeFromRecents, android:label, android:configChanges" />
</application> </application>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment