mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
AndroidManifest.xml: Declare feature for app-widget.
This commit is contained in:
parent
a7d4f4e50f
commit
82ca15ded0
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@
|
||||||
<uses-feature
|
<uses-feature
|
||||||
android:name="android.hardware.location.network"
|
android:name="android.hardware.location.network"
|
||||||
android:required="false" />
|
android:required="false" />
|
||||||
|
<uses-feature
|
||||||
|
android:name="android.software.app_widgets"
|
||||||
|
android:required="false" />
|
||||||
|
|
||||||
<supports-screens
|
<supports-screens
|
||||||
android:anyDensity="true"
|
android:anyDensity="true"
|
||||||
android:largeScreens="true"
|
android:largeScreens="true"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue