docs: update to latest

This commit is contained in:
hyb1996
2018-05-28 21:57:40 +08:00
parent 7cb7703921
commit 0ffb8d1ec5
11 changed files with 986 additions and 53 deletions

View File

@@ -71,8 +71,8 @@ public class AboutActivity extends BaseActivity {
mLolClickCount++;
//Toast.makeText(this, R.string.text_lll, Toast.LENGTH_LONG).show();
if (mLolClickCount >= 5) {
//crashTest();
showEasterEgg();
crashTest();
//showEasterEgg();
}
}

View File

@@ -99,7 +99,7 @@ public class SplashActivity extends BaseActivity {
mHandler.postDelayed(() -> {
if (mAdLoading)
enterNextActivity();
}, 4000);
}, 3000);
mInterstitialAd = new InterstitialAd(this);
mInterstitialAd.setAdUnitId(BuildConfig.DEBUG ? Constants.ADMOB_INTERSTITIAL_TEST_ID : Constants.ADMOB_INTERSTITIAL_ID);
mInterstitialAd.setAdListener(new AdListener() {