fcitx5-android/plugin/unikey/src/main/res/xml/plugin_resources_keep.xml
Rocka f910fe9aa4
Keep string resources need by plugin.xml properly
I really don't want to include an extra xml file but it seems there's no other choice
2026-04-25 22:59:50 +08:00

11 lines
511 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ This file is need to prevent the build system from stripping resources need by plugin.xml
~ This file won't be included in APK
~ See also:
~ https://developer.android.com/studio/write/tool-attributes#resource_shrinking_attributes
~ https://developer.android.com/topic/performance/app-optimization/customize-which-resources-to-keep
-->
<resources xmlns:tools="http://schemas.android.com/tools"
tools:discard=""
tools:keep="@string/description" />