What are alternative ways to launch my app?
I can launch my app by:
- Tapping on its icon in launcher
- Registering \"visible\" intent-filter (I mean - user clicks for example \"Send with..\" then
-
2020-12-29 08:38
- Tilt Your Phone and Wave your Hand (Basically using a Proximity Sensor to launch App's Intent)
- Screen Tap And/Or Gesture to launch an intent (you can read about this HERE)
- Plug any usb devices and put an intent filter in the manifest (If usb host mode available)