×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: yeunbok ryu
Added: Apr 20, 2021 7:12 AM
Views: 3977
Tags: no tags
  1. final long identity = Binder.clearCallingIdentity();
  2. try {
  3. } finally {
  4.     Binder.restoreCallingIdentity(identity);
  5. }
  6.  
  7.