Arian04 / android-hid-client

Android app that allows you to use your phone as a keyboard and mouse WITHOUT any software on the other end (Requires root)
GNU General Public License v3.0
109 stars 4 forks source link

Add option to silently create HID character device after first prompt #12

Closed Arian04 closed 1 year ago

Arian04 commented 1 year ago

Situation: Character device doesn't exist

Current fix: User is shown a prompt on app startup if its missing (yes = create it, no = ignore)

Proposed fix: Same prompt, but add a checkbox to the side that let's the user allow the app to just handle the issue silently after being prompted for the first time

Arian04 commented 1 year ago

Once I implement this, I'll have to add it to the settings screen so users can change their minds about it