{"id":250,"date":"2020-03-24T10:58:28","date_gmt":"2020-03-24T02:58:28","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=250"},"modified":"2020-05-19T14:26:23","modified_gmt":"2020-05-19T06:26:23","slug":"android-%e9%87%8d%e5%95%9f%e8%87%aa%e5%b7%b1%e7%9a%84app","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/android-%e9%87%8d%e5%95%9f%e8%87%aa%e5%b7%b1%e7%9a%84app\/","title":{"rendered":"Android \u91cd\u555f\u81ea\u5df1\u7684APP"},"content":{"rendered":"<h3>Java\u7248\u672c<\/h3>\n<pre><code class=\"language-Java line-numbers\">Intent intent = new Intent(this, SplashAct.class);\nintent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\nstartActivity(intent);\nandroid.os.Process.killProcess(android.os.Process.myPid());\n<\/code><\/pre>\n<h3>Kotlin\u7248\u672c<\/h3>\n<pre><code class=\"language-Kotlin line-numbers\">val intent = Intent(this, SplashActivity::class.java)\nintent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)\nstartActivity(intent)\nandroid.os.Process.killProcess(android.os.Process.myPid())\n<\/code><\/pre>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Java\u7248\u672c Intent intent = new Intent(this, SplashAct.class &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[5],"tags":[22,13,14,15],"class_list":["post-250","post","type-post","status-publish","format-standard","hentry","category-android","tag-activity","tag-android","tag-java","tag-kotlin"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/250","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=250"}],"version-history":[{"count":3,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/250\/revisions"}],"predecessor-version":[{"id":484,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/250\/revisions\/484"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=250"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=250"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=250"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}