]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/AndroidManifest.xml
Support Chromebooks that don't have a touch screen.
[PrivacyBrowserAndroid.git] / app / src / main / AndroidManifest.xml
index 60d1f3aa8f2ba8f87bb2e9cd767226505bbc4fda..a0550338affa1f9e669825e9b8df9acf35e6db0f 100644 (file)
     <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
 
 
+    <!-- Support Chromebooks that don't have a touch screen. -->
+    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
+
+
     <!-- For API >= 23, app data is automatically backed up to Google cloud servers unless `android:allowBackup="false"` and `android:fullBackupContent="false"` is set. -->
     <application
         android:label="@string/privacy_browser"