xref: /aosp_15_r20/external/libtextclassifier/notification/AndroidManifest.xml (revision 993b0882672172b81d12fad7a7ac0c3e5c824a12)
1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="com.android.textclassifier.notification">
3
4  <uses-sdk android:minSdkVersion="30" />
5
6  <application>
7    <activity
8        android:name=".CopyCodeActivity"
9        android:exported="false"
10        android:theme="@android:style/Theme.NoDisplay" />
11  </application>
12
13</manifest>
14