notriddle / null-launcher

An Android launcher that does nothing.
GNU General Public License v3.0
41 stars 14 forks source link

Explicitly require multi-touch (or allow another way out) #1

Open CiaranG opened 10 years ago

CiaranG commented 10 years ago

If the only safety feature when someone manages to get themselves stuck in this launcher is to pinch-zoom, it would probably best to prevent installation on devices without multi-touch. For example, by doing this:

<uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true" />

Another alternative would be to provide another way out.

cmhokej commented 10 years ago

Ok