What are alternative ways to launch my app?

前端 未结 2 1872
孤独总比滥情好
孤独总比滥情好 2020-12-29 07:47

I can launch my app by:

  1. Tapping on its icon in launcher
  2. Registering \"visible\" intent-filter (I mean - user clicks for example \"Send with..\" then
2条回答
  •  梦毁少年i
    2020-12-29 08:38

    1. Tilt Your Phone and Wave your Hand (Basically using a Proximity Sensor to launch App's Intent)
    2. Screen Tap And/Or Gesture to launch an intent (you can read about this HERE)
    3. Plug any usb devices and put an intent filter in the manifest (If usb host mode available)

提交回复
热议问题