Update AndroidManifest.xml
This commit is contained in:
parent
2f314618b9
commit
f68fd9aa71
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="false" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
||||
<uses-feature android:name="com.sec.feature.spen_usp" android:required="true"/>
|
||||
<uses-feature android:name="com.sec.feature.spen_usp" android:required="false"/>
|
||||
|
||||
|
||||
|
||||
|
@ -303,4 +303,4 @@
|
|||
android:label="@string/osm_live"/>
|
||||
<receiver android:name="net.osmand.plus.liveupdates.LiveUpdatesAlarmReceiver"/>
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue