-
Notifications
You must be signed in to change notification settings - Fork 0
/
deviceManagerPhysicalTab.xml
39 lines (39 loc) · 1.15 KB
/
deviceManagerPhysicalTab.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<application>
<component name="deviceManagerPhysicalTab">
<physicalDevices>
<PhysicalDevice>
<key>
<Key>
<type value="SERIAL_NUMBER" />
<value value="0A091FDD4006L4" />
</Key>
</key>
<name value="Google Pixel 5" />
<target value="Android API 33" />
<api value="androidversion:33:null:null:true" />
</PhysicalDevice>
<PhysicalDevice>
<key>
<Key>
<type value="DOMAIN_NAME" />
<value value="adb-0A091FDD4006L4-R9gl38._adb-tls-connect._tcp." />
</Key>
</key>
<name value="Google Pixel 5" />
<target value="Android API 33" />
<api value="androidversion:33:null:null:true" />
</PhysicalDevice>
<PhysicalDevice>
<key>
<Key>
<type value="SERIAL_NUMBER" />
<value value="1B111FDEE0066D" />
</Key>
</key>
<name value="Google Pixel 6 Pro" />
<target value="Android 13.0" />
<api value="androidversion:33:null:null:true" />
</PhysicalDevice>
</physicalDevices>
</component>
</application>