avoid requiring 2 devices features

This commit is contained in:
tibbi 2019-03-01 11:32:36 +01:00
parent d8cc972de2
commit 8749a95ba5

View file

@ -3,6 +3,14 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.commons">
<uses-feature
android:name="android.hardware.faketouch"
android:required="false"/>
<uses-feature
android:name="android.hardware.screen.portrait"
android:required="false"/>
<application>
<receiver
android:name=".receivers.SharedThemeReceiver"