Created
June 20, 2025 09:13
-
-
Save 488315/4996af18efe7a04525cb57a4bf1cea39 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <d:devices xmlns:d="http://schemas.android.com/sdk/devices/3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <d:device> | |
| <d:name>Samsung Galaxy S25+</d:name> | |
| <d:manufacturer>Samsung</d:manufacturer> | |
| <d:meta/> | |
| <d:hardware> | |
| <d:screen> | |
| <d:screen-size>xlarge</d:screen-size> | |
| <d:diagonal-length>6.70</d:diagonal-length> | |
| <d:pixel-density>xxxhdpi</d:pixel-density> | |
| <d:screen-ratio>long</d:screen-ratio> | |
| <d:dimensions> | |
| <d:x-dimension>1440</d:x-dimension> | |
| <d:y-dimension>3088</d:y-dimension> | |
| </d:dimensions> | |
| <d:xdpi>525.0</d:xdpi> | |
| <d:ydpi>525.0</d:ydpi> | |
| <d:touch> | |
| <d:multitouch>jazz-hands</d:multitouch> | |
| <d:mechanism>finger</d:mechanism> | |
| <d:screen-type>capacitive</d:screen-type> | |
| </d:touch> | |
| </d:screen> | |
| <d:networking> | |
| Bluetooth | |
| Wifi | |
| NFC | |
| UWB | |
| Cellular | |
| 5G</d:networking> | |
| <d:sensors> | |
| Accelerometer | |
| Barometer | |
| Compass | |
| GPS | |
| Gyroscope | |
| LightSensor | |
| ProximitySensor | |
| Fingerprint | |
| HallSensor</d:sensors> | |
| <d:mic>true</d:mic> | |
| <d:camera> | |
| <d:location>back</d:location> | |
| <d:autofocus>true</d:autofocus> | |
| <d:flash>true</d:flash> | |
| </d:camera> | |
| <d:camera> | |
| <d:location>front</d:location> | |
| <d:autofocus>true</d:autofocus> | |
| <d:flash>false</d:flash> | |
| </d:camera> | |
| <d:keyboard>nokeys</d:keyboard> | |
| <d:nav>nonav</d:nav> | |
| <d:ram unit="GiB">12</d:ram> | |
| <d:buttons>soft</d:buttons> | |
| <d:internal-storage unit="GiB">256</d:internal-storage> | |
| <d:removable-storage unit="TiB"/> | |
| <d:cpu>Snapdragon 8 Gen 4 / Exynos 2500</d:cpu> | |
| <d:gpu>Adreno 830 / Xclipse 950</d:gpu> | |
| <d:abi> | |
| arm64-v8a | |
| x86_64</d:abi> | |
| <d:dock/> | |
| <d:power-type>battery</d:power-type> | |
| </d:hardware> | |
| <d:software> | |
| <d:api-level>35</d:api-level> | |
| <d:live-wallpaper-support>true</d:live-wallpaper-support> | |
| <d:bluetooth-profiles/> | |
| <d:gl-version>3.2</d:gl-version> | |
| <d:gl-extensions/> | |
| <d:status-bar>true</d:status-bar> | |
| </d:software> | |
| <d:state default="true" name="Portrait"> | |
| <d:description>The device in portrait orientation</d:description> | |
| <d:screen-orientation>port</d:screen-orientation> | |
| <d:keyboard-state>keyssoft</d:keyboard-state> | |
| <d:nav-state>navhidden</d:nav-state> | |
| </d:state> | |
| <d:state name="Landscape"> | |
| <d:description>The device in landscape orientation</d:description> | |
| <d:screen-orientation>land</d:screen-orientation> | |
| <d:keyboard-state>keyssoft</d:keyboard-state> | |
| <d:nav-state>navhidden</d:nav-state> | |
| </d:state> | |
| </d:device> | |
| </d:devices> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment