GestureLock icon indicating copy to clipboard operation
GestureLock copied to clipboard

a GestureLock that can customize length and style

Results 2 GestureLock issues
Sort by recently updated
recently updated
newest added

在设置密码时,不要触发以下方法回调 void onGestureEvent(boolean matched); void onUnmatchedExceedBoundary(); 增加MODE_EDIT(设置密码)专用的方法回调: void onFinishGestureInput(int[] inputGestures); 开发者可以在这里记录客户录入的密码,自行保存(例如保存到SharedPreference,用于MODE_NORMAL下的比对)。