android13/external/libtextclassifier/notification/AndroidManifest.xml

14 lines
360 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.textclassifier.notification">
<uses-sdk android:minSdkVersion="30" />
<application>
<activity
android:name=".CopyCodeActivity"
android:exported="false"
android:theme="@android:style/Theme.NoDisplay" />
</application>
</manifest>