lilula/.idea/deploymentTargetSelector.xml
kashamannaya f6419500da
Initial commit for the Lilula app - MVP stage:
At this stage:
- The program launches the rear camera of the smartphone (if 1 camera is available, it uses it).
- Allows you to take a photo and save it on the phone: Pictures/Lilula
- Allows you to broadcast video on the local network to the IP address of the smartphone in Mjpeg format, which can be viewed by any client: browser, VLC, etc. The broadcast address is shown on the screen.

API level 19+ (Android 4.4.+)
Tested on devices Android 4.4.2, Android 13 (Color OS), Android 14 (LineagoOS)
2025-06-08 02:48:00 +03:00

18 lines
621 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetSelector">
<selectionStates>
<SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2025-06-07T18:14:14.104258546Z">
<Target type="DEFAULT_BOOT">
<handle>
<DeviceId pluginId="PhysicalDevice" identifier="serial=M7GEJFYHBA554L7T" />
</handle>
</Target>
</DropdownSelection>
<DialogSelection />
</SelectionState>
</selectionStates>
</component>
</project>