[Nextcloud/android] passcode 화면에서 뒤로가기 이벤트 PR -> Merge
💚이전글 읽기💚 이슈 등록 (Issue #7343): https://cnu-devapp.blogspot.com/2020/11/nextcloudandroid-pin-issue-7343.html PR 날리기: https://cnu-devapp.blogspot.com/2020/11/pin-pr-issue-7372.html #7372 PR을 날린 후 멤버 개발자 AndyScherzinger가 to review 레이블을 추가해줬다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 @Override public boolean onKeyDown( int keyCode, KeyEvent event){ if (keyCode = = KeyEvent.KEYCODE_BACK & & event.getRepeatCount() = = 0 ){ if (ACTION_CHECK. equals (getIntent().getAction())){ moveTaskToBack( true ); finishAndRemoveTask(); } else if (ACTION_REQUEST_WITH_RESULT. equals (getIntent().getAction()) | | ...