{"id":1366,"date":"2021-06-11T14:28:44","date_gmt":"2021-06-11T06:28:44","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=1366"},"modified":"2021-07-11T15:52:48","modified_gmt":"2021-07-11T07:52:48","slug":"android-tileservice%e5%bf%ab%e9%80%9f%e8%a8%ad%e7%bd%ae","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/android-tileservice%e5%bf%ab%e9%80%9f%e8%a8%ad%e7%bd%ae\/","title":{"rendered":"Android TileService(\u5feb\u901f\u8a2d\u7f6e)"},"content":{"rendered":"<h3>1.\u5275\u5efaService\u7e7c\u627fTileService<\/h3>\n<pre><code class=\"language-Kotlin line-numbers\">import android.content.Intent\nimport android.provider.Settings\nimport android.service.quicksettings.TileService\n\nclass MyTileService : TileService() {\n\n    override fun onClick() {\n        super.onClick()\n\n        \/\/\u9ede\u64ca\u5f8c\u8df3\u8f49\u5230\u8a2d\u5b9a\u65e5\u671f(\u5275\u5efa\u65b0\u9801\u9762)\n        val intent = Intent(Settings.ACTION_DATE_SETTINGS).apply {\n            flags = Intent.FLAG_ACTIVITY_NEW_TASK\n        }\n        \/\/\u8df3\u8f49\u4e26\u95dc\u9589\u5feb\u901f\u8a2d\u7f6e\u9762\u677f\n        startActivityAndCollapse(intent)\n    }\n}\n<\/code><\/pre>\n<h3>2.\u8072\u660eService<\/h3>\n<pre><code class=\"language-XML line-numbers\">&lt;service android:name=\".MyTileService\"\n    android:label=\"@string\/app_name\"\n    android:icon=\"@drawable\/ic_date\"\n    android:permission=\"android.permission.BIND_QUICK_SETTINGS_TILE\"&gt;\n    &lt;intent-filter&gt;\n        &lt;action android:name=\"android.service.quicksettings.action.QS_TILE\"\/&gt;\n    &lt;\/intent-filter&gt;\n&lt;\/service&gt;\n<\/code><\/pre>\n<h3>3.\u6548\u679c\u5c55\u793a<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/badgameshow.com\/fly\/wp-content\/uploads\/2021\/06\/1623392752743.gif\" width=\"40%\"\/><\/p>\n<h4>Github<\/h4>\n<p><a class=\"wp-editor-md-post-content-link\" href=\"https:\/\/github.com\/MuHongWeiWei\/TileService\" target=\"_blank\" rel=\"noopener\">\u9023\u7d50\u7db2\u5740<\/a><\/p>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>1.\u5275\u5efaService\u7e7c\u627fTileService import android.content.Intent  &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":[13,15,189],"class_list":["post-1366","post","type-post","status-publish","format-standard","hentry","category-android","tag-android","tag-kotlin","tag-tileservice"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/1366","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=1366"}],"version-history":[{"count":3,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/1366\/revisions"}],"predecessor-version":[{"id":1372,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/1366\/revisions\/1372"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=1366"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=1366"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=1366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}