发布时间:2015-02-15 14:07:52
http://blog.sina.com.cn/s/blog_3e3fcadd0100yjo2.html方法:对于一个service,可以首先把它设为在前台运行:public void MyService.onCreate() { super.onCreate(); Notification notification = new Notification(android.R.drawable.m.........【阅读全文】
发布时间:2015-02-10 17:05:21
http://www.2cto.com/kf/201311/258160.html - Android系统的字库文件放在:alps\frameworks\base\data\fonts其中DroidSans.ttf是默认英文字库;DroidSans-Bold.ttf是默认英文粗体字库;DroidSansFallback.ttf是默认中文字库。 - 以增加一套第三方的中文字库()为例。 因为Google提.........【阅读全文】
发布时间:2014-10-20 14:50:08
http://blog.csdn.net/huxueyan521/article/details/8921976做一个应用,需要强制关闭进程。可以使用ActivityManager的killBackgroundProcesses方法,需要权限android.permission.KILL_BACKGROUND_PROCESSES。但使用此方法杀死进程后,进程会重启。源码中解释如下:Have the system immediately kill all bac.........【阅读全文】
发布时间:2014-10-15 19:19:37
http://www.myhack58.com/Article/48/65/2014/48515.htm很多人在问我:1、Windows Server 2008 计划任务在哪里配置?2、Windows Server 2008 可以配置每分钟或是每小时执行我的任务吗?答案是:可以!首先Windows Server 2008不同于其他服务器操作系统和Windows Server 20.........【阅读全文】
发布时间:2014-10-15 19:09:06
http://blog.csdn.net/hunanwy/article/details/9200673 [Description]Android USER 版本与ENG 版本的差异 [Keyword]USER ENG user eng 用户版本 工程版本 差异 [Solution]Google 官方描述: USER/USERDEBUG/ENG 版本的差异, 参考alps/build/core/build-system.html 的详细说明eng This is the defa.........【阅读全文】