重构和清理浮动窗口功能 - 重构MainActivity.kt以删除与叠加和浮动窗口功能相关的未使用代码 - 更新deploymentTargetSelector.xml中的时间戳 - 从MainViewModel.kt中删除internalState属性和相关函数 - 更新floating_window.xml中的布局属性
18 lines
648 B
XML
Executable File
18 lines
648 B
XML
Executable File
<?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-03-25T08:46:34.427486100Z">
|
|
<Target type="DEFAULT_BOOT">
|
|
<handle>
|
|
<DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\xihel\.android\avd\Pixel_6_API_31.avd" />
|
|
</handle>
|
|
</Target>
|
|
</DropdownSelection>
|
|
<DialogSelection />
|
|
</SelectionState>
|
|
</selectionStates>
|
|
</component>
|
|
</project> |