静默顾名思义就是静静的默默地,静默安装和静默卸载的意思也就是说在后台默默地安装和卸载。 最近的一个app应用分发的项目中app下载的模块,下载完成之后,用户可以通过这个app进行安装,为了提高用户的体验,我就加入了静默安装和卸载功能,然后还加入了使用am命令启动某个Activity。 这个项目中静默 ...
分类:
移动开发 时间:
2016-05-30 17:15:38
阅读次数:
259
原文网址:http://stackoverflow.com/questions/25508735/cant-find-referenced-method-android-app-remoteinput-getremoteinputs-in-cl I am kind of stuck from pas ...
分类:
移动开发 时间:
2016-05-30 12:54:23
阅读次数:
368
package am.demo; import java.io.File; import java.io.IOException; import java.util.Iterator; import java.util.List; import javax.servlet.ServletExcept ...
分类:
其他好文 时间:
2016-05-27 18:31:30
阅读次数:
188
I am using `&`: why isn't the process running in the background? No problem. We won't show you that ad again. Why didn't you like it? Uninteresting Mi ...
分类:
编程语言 时间:
2016-05-27 02:02:21
阅读次数:
345
/ 操作字符串--NSString(静态字符串) NSString *Beijing= @"北京欢迎您"; //字符串的声明 NSString *log=@"北京欢迎您a"; //[NSString stringWithFormat:@"I am '%@'",Beijing]; //字符串格式化 N ...
分类:
其他好文 时间:
2016-05-26 13:04:11
阅读次数:
213
此篇介绍Android M上的MO流程,并与Android L上做比较。
先看一下Android M整体的一个流程图:
变化主要在流程的前半部分,下面是一张对比图:
AM_AM_compare
变化集中在红色框内。
下面我们开始跟一下MO的流程。
packages/apps/Dialer
以在拨号盘拨号为入口...
分类:
移动开发 时间:
2016-05-26 06:25:49
阅读次数:
710
Git 命令速查表 1、常用的Git命令 命令 简要说明 git add 添加至暂存区 git add–interactive 交互式添加 git apply 应用补丁 git am 应用邮件格式补丁 git annotate 同义词,等同于 git blame git archive 文件归档打包 ...
分类:
其他好文 时间:
2016-05-25 22:02:28
阅读次数:
190
update am_e4_entry set CATALOGUE_CODE_back=CATALOGUE_CODE; 还原字段 update am_e4_entry a set CATALOGUE_CODE=Get_StrArrayStrOfIndex(a.ARCHIVAL_CODE,'-',1) ...
分类:
其他好文 时间:
2016-05-24 19:03:28
阅读次数:
172
This is AP News Minute. The Egyptian militarily now says it has found debris from Egypt air flight 804, the plane that crashed while flying from Paris ...
分类:
其他好文 时间:
2016-05-22 06:19:49
阅读次数:
139
当client提交一个任务后,首先resourceManger(RM)来调度出一个container,这个container是在nodeManger(NM)运作的, client直接和这个container所在的NM进行通信,在这个container中启动applicationMaster(AM), ...
分类:
其他好文 时间:
2016-05-21 15:58:06
阅读次数:
208