使用ApkSigner与zipAlign进行APK签名与优化
安卓7.0开始,谷歌提供了apksigner用以进行apk的V1与V2签名,尽管多数时候只需要在AS里勾选即可签名,但是在使用自动化构建集成时就需要手动签名。 ...
安卓7.0开始,谷歌提供了apksigner用以进行apk的V1与V2签名,尽管多数时候只需要在AS里勾选即可签名,但是在使用自动化构建集成时就需要手动签名。 ...
具体实现:https://github.com/XFY9326/SelectMedia/ Manifest中的Activity添加以下intent-filter即可 <intent-filter> <action android:name="android.media.action.IMAGE_CAPTURE" /> <action android:name="android.media.action.VIDEO_CAPTURE" /> </intent-filter>
具体实现:https://github.com/XFY9326/KeyBlocker 实现原理:通过辅助服务实现按键阻塞 注:App必须在Manifest中注册辅助服务,并将该Service继承AccessibilityService Override AccessibilityService 的 onKeyEvent方法 ...
谷歌开源风格项目指南 http://zh-google-styleguide.readthedocs.io/en/latest/ 如何有效的反馈bug http://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html 提问的智慧 https://github.com/FredWe/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md 十大高明的Google提问技巧 http://www.mifengtd.cn/articles/ten-tips-for-smarter-google-searches.html
本插件基于 Bukkit API ,用于Minecraft Java版服务器 当前仅在Spigot 1.13.2服务器进行过测试 项目地址:https://github.com/XFY9326/MutualChat_Telegram 本插件通过Telegram Bot实现了游戏内外的交流,交流的群组仅限Tg群组。 之所以不使用国内的QQ,Wechat作为对接平台主要是因为没有官方的对接渠道,并且容易遭到封禁。 ...