mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Added test aapt output files for build-tools 28.0.3
This commit is contained in:
parent
64445520b0
commit
984d276c1b
18 changed files with 322 additions and 6 deletions
|
|
@ -0,0 +1,14 @@
|
|||
package: name='com.example.test.helloworld' versionCode='1' versionName='1.0' compileSdkVersion='28' compileSdkVersionCodename='9'
|
||||
sdkVersion:'18'
|
||||
targetSdkVersion:'28'
|
||||
application-label:'HelloWorld'
|
||||
application: label='HelloWorld' icon=''
|
||||
launchable-activity: name='com.example.test.helloworld.MainActivity' label='' icon=''
|
||||
feature-group: label=''
|
||||
uses-feature: name='android.hardware.faketouch'
|
||||
uses-implied-feature: name='android.hardware.faketouch' reason='default feature for all apps'
|
||||
main
|
||||
supports-screens: 'small' 'normal' 'large' 'xlarge'
|
||||
supports-any-density: 'true'
|
||||
locales: '--_--'
|
||||
densities: '120' '160' '240' '320' '480' '640' '65534'
|
||||
Loading…
Add table
Add a link
Reference in a new issue