예제 #1
0
 @Override
 protected void onResume() {
   super.onResume();
   PinProtection.unlock(this);
 }
예제 #2
0
 @Override
 protected void onPause() {
   super.onPause();
   PinProtection.lock(this);
 }