示例#1
0
 public static VUserHandle getCallingUserHandle() {
   return new VUserHandle(VUserHandle.getUserId(getCallingUid()));
 }