Show HN: An Android app to run misc. scripts on servers over SSH(github.com)
github.com
Show HN: An Android app to run misc. scripts on servers over SSH
https://github.com/azlyth/hooks
1 comments
This looks very handy, thanks!
While I have your attentions, your app doesn't really need all these permissions:
While I have your attentions, your app doesn't really need all these permissions:
read phone status and identity
read the contents of your USB storage
modify or delete the contents of your USB storage
read the contents of your USB storage
modify or delete the contents of your USB storage
read phone status and identity
full network access
draw over other apps
Technically, all you need is internet access. You don't need access to storage if you use app-private storage, which also gives you better security and automatic backups.Hope it can be useful.
I'll look into the permissions, I definitely want it as limited as possible. The only two I see listed in my AndroidManifest.xml are INTERNET and SYSTEM_ALERT_WINDOW, which are the React Native defaults.
I'll look into the permissions, I definitely want it as limited as possible. The only two I see listed in my AndroidManifest.xml are INTERNET and SYSTEM_ALERT_WINDOW, which are the React Native defaults.
My list comes from your app on Google Play. But they don't seem to match your Manifest.
Maybe React is injecting its own permissions during build?
Maybe React is injecting its own permissions during build?
https://ptrvldz.me/hooks/