Commit 43cf7c35 authored by bixing's avatar bixing

update

parent d4d82d66
...@@ -42,9 +42,6 @@ ...@@ -42,9 +42,6 @@
<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"
...@@ -692,16 +689,6 @@ ...@@ -692,16 +689,6 @@
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>
......
...@@ -304,6 +304,9 @@ public class PictureTranslateResultActivity extends BaseActivity { ...@@ -304,6 +304,9 @@ public class PictureTranslateResultActivity extends BaseActivity {
@Override @Override
public void onFail(String reason) { public void onFail(String reason) {
Intent intent = new Intent(context, PictureTranslateResultActivity.class);
intent.putExtra("bean", bean);
context.startActivity(intent);
} }
}); });
......
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