metainfo: Add minimum screen size requirement and input recommendations
This allows software centers like GNOME Software to filter applications by the device's form factor and input devices.
This commit is contained in:
parent
20eef3d660
commit
a34aad9da4
1 changed files with 11 additions and 0 deletions
|
|
@ -249,4 +249,15 @@
|
|||
<content_attribute id="money-purchasing">none</content_attribute>
|
||||
<content_attribute id="money-gambling">none</content_attribute>
|
||||
</content_rating>
|
||||
|
||||
<recommends>
|
||||
<control>touch</control>
|
||||
<control>keyboard</control>
|
||||
<control>pointing</control>
|
||||
</recommends>
|
||||
|
||||
<requires>
|
||||
<display_length compare="ge">360</display_length>
|
||||
</requires>
|
||||
|
||||
</component>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue