avoid requiring 2 devices features
This commit is contained in:
parent
d8cc972de2
commit
8749a95ba5
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue