android 设备的兼容性

我创建了一个简答的程序,在android中只能使用 swipe gestures。但是当我把它加载到Play store时,却显示没有设备能使用它。
下面是 Play Submission 页面的兼容性报告:

This application is only available to devices with these features, as defined in your application manifest.
Screen layouts: SMALL NORMAL LARGE XLARGE
Required device features
android.hardware.touchscreen
This application is available to over 0 devices.

这是什么意思呢?

这意味着您的应用程序只能在具有触摸屏的设备上运行,并且需要在小型、正常、大型和超大型屏幕布局中运行。由于您的应用程序只能使用滑动手势,因此可能不能在所有设备上使用。您可能需要在您的应用程序中添加其他输入方法,以便更多设备可以使用它。