mirror of
https://github.com/fcitx5-android/fcitx5-android.git
synced 2026-08-02 20:16:06 +08:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<queries tools:node="remove">
|
|
<package android:name="org.fcitx.fcitx5.android" />
|
|
</queries>
|
|
|
|
<queries>
|
|
<package android:name="org.fcitx.fcitx5.android.debug" />
|
|
</queries>
|
|
|
|
<application>
|
|
<meta-data
|
|
android:name="org.fcitx.fcitx5.android.plugin.METADATA"
|
|
tools:node="remove" />
|
|
<meta-data
|
|
android:name="org.fcitx.fcitx5.android.debug.plugin.METADATA"
|
|
android:resource="@xml/plugin" />
|
|
|
|
<activity
|
|
android:name=".AboutActivity"
|
|
android:directBootAware="true"
|
|
android:exported="true"
|
|
android:theme="@style/DeviceSettingsTheme"
|
|
tools:targetApi="24">
|
|
<intent-filter tools:node="remove">
|
|
<action android:name="org.fcitx.fcitx5.android.plugin.MANIFEST" />
|
|
</intent-filter>
|
|
<intent-filter>
|
|
<action android:name="org.fcitx.fcitx5.android.debug.plugin.MANIFEST" />
|
|
</intent-filter>
|
|
</activity>
|
|
</application>
|
|
</manifest> |