2013年11月5日

【转】Android Intent Action 大全

摘要: String ADD_SHORTCUT_ACTION 动作:在系统中添加一个快捷方式。. “android.intent.action.ADD_SHORTCUT” String ALL_APPS_ACTION 动作:列举所有可用的应用。 输入:无。 “android.intent.action.ALL_APPS” String ALTERNATIVE_CATEGORY 类别:说明 activity 是用户正在浏览的数据的一个可选操作。 “android.intent.category.ALTERNATIVE” String ANSWER_ACTION 动作:处理拨入的电话。 “andr... 阅读全文

posted @ 2013-11-05 17:19 彼岸花开啦 阅读(638) 评论(0) 推荐(0) 编辑

调整设置护眼模式

摘要: Google Chrome(谷歌浏览器)1 在Chrome Web Store 里搜多stylist插件并安装https://chrome.google.com/webstore/search/stylist?utm_source=chrome-ntp-icon2工具->扩展程序找到Stylist 点选项进行设置 如下图所示 点Styles 再点demo 选择All site 再把这段代码粘贴在下面就行了 * { background: #C7EDCC !important; } 附:参数 RGB颜色 199;237;204 十六位颜色代码 #C7EDCC 色调:85;饱和度:... 阅读全文

posted @ 2013-11-05 10:10 彼岸花开啦 阅读(1418) 评论(0) 推荐(0) 编辑

导航