AndroidManifest.xml: Declare feature for app-widget.

This commit is contained in:
Andreas Schildbach 2019-12-08 17:10:57 +01:00
parent a7d4f4e50f
commit 82ca15ded0

View file

@ -47,6 +47,10 @@
<uses-feature
android:name="android.hardware.location.network"
android:required="false" />
<uses-feature
android:name="android.software.app_widgets"
android:required="false" />
<supports-screens
android:anyDensity="true"
android:largeScreens="true"