1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-14 02:50:12 +01:00
fdroidserver/tests/source-files/com.integreight.onesheeld/localeapi/src/main/AndroidManifest.xml

9 lines
273 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.twofortyfouram.locale.api" >
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
</manifest>