Differences

This shows you the differences between two versions of the page.

Link to this comparison view

calling_app [2013/12/17 13:22]
calling_app [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Who calls my Service? ======
 +Sometimes it is nice to know who calls my service. This can be done with bounded services.
  
 +  getPackageManager().getNameForUid(Binder.getCallingUid());
 +  
 +
 +{{tag>android java devel}}