Shen Lin

Results 4 issues of Shen Lin

I got the following error while running Monkey test on my app: ``` 09-29 00:52:08.780 E/SQLiteQuery(28835): exception: unable to open database file (code 14); query: SELECT * FROM job_holder WHERE...

1. bump gradle version for running on Android Studio 3.0+ 2. For Android M or above, the `android.permission.SYSTEM_ALERT_WINDOW` permission need to be requested at runtime.

Since Android P, intent needs a FLAG_ACTIVITY_NEW_TASK when calling startActivity() from a non-Activity context.

## Description The software stops for tens (or hundreds) of milliseconds after each click in order to recognize a middle-click double-click before responding. This is a bit long for users...