Calling a method in the system process without a qualified user

来源:互联网 发布:js面相对象编程 编辑:程序博客网 时间:2024/05/16 11:58

Calling a method in the system process without a qualified user

4.2中Android加入了多用户

改换这几种调用方式

public void startActivityAsUser(Intent intent, UserHandle user);
public void sendBroadcastAsUser(Intent intent, UserHandle user);
public ComponentName startServiceAsUser(Intent service, UserHandle user);
public boolean stopServiceAsUser(Intent service, UserHandle user);

UserHandle.ALL
UserHandle.CURRENT
UserHandle.CURRENT_OR_SELF
UserHandle.OWNER
0 0
原创粉丝点击