-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android): support API 30 (#186)
- Loading branch information
1 parent
218b69f
commit e90aa32
Showing
2 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"id": "Pixel_3_API_30", | ||
"ini": { | ||
"avd.ini.encoding": "UTF-8", | ||
"target": "android-30" | ||
}, | ||
"configini": { | ||
"AvdId": "Pixel_3_API_30", | ||
"abi.type": "x86", | ||
"avd.ini.displayname": "Pixel 3 API 30", | ||
"avd.ini.encoding": "UTF-8", | ||
"hw.accelerometer": "yes", | ||
"hw.audioInput": "yes", | ||
"hw.battery": "yes", | ||
"hw.camera.back": "virtualscene", | ||
"hw.camera.front": "emulated", | ||
"hw.cpu.arch": "x86", | ||
"hw.cpu.ncore": "4", | ||
"hw.device.hash2": "MD5:8a60718609e0741c7c0cc225f49c5590", | ||
"hw.device.manufacturer": "Google", | ||
"hw.device.name": "pixel_3", | ||
"hw.gps": "yes", | ||
"hw.gpu.enabled": "yes", | ||
"hw.gpu.mode": "auto", | ||
"hw.initialOrientation": "Portrait", | ||
"hw.keyboard": "yes", | ||
"hw.lcd.density": "440", | ||
"hw.lcd.height": "2160", | ||
"hw.lcd.width": "1080", | ||
"hw.ramSize": "1536", | ||
"hw.sdCard": "yes", | ||
"hw.sensors.orientation": "yes", | ||
"hw.sensors.proximity": "yes", | ||
"sdcard.size": "512M", | ||
"showDeviceFrame": "yes", | ||
"skin.dynamic": "yes", | ||
"skin.name": "pixel_2", | ||
"tag.display": "Google Play" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters