-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(android): add API 33 support (#245)
- Loading branch information
1 parent
cb0de65
commit 8f1717d
Showing
2 changed files
with
71 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_4_API_33", | ||
"ini": { | ||
"avd.ini.encoding": "UTF-8", | ||
"target": "android-33" | ||
}, | ||
"configini": { | ||
"AvdId": "Pixel_4_API_33", | ||
"abi.type": "x86", | ||
"avd.ini.displayname": "Pixel 4 API 33", | ||
"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:6b5943207fe196d842659d2e43022e20", | ||
"hw.device.manufacturer": "Google", | ||
"hw.device.name": "pixel_4", | ||
"hw.gps": "yes", | ||
"hw.gpu.enabled": "yes", | ||
"hw.gpu.mode": "auto", | ||
"hw.initialOrientation": "Portrait", | ||
"hw.keyboard": "yes", | ||
"hw.lcd.density": "440", | ||
"hw.lcd.height": "2280", | ||
"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_4", | ||
"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