blob: 3153d1d1377aaa4a9019472e0c0a6bd4ae337cfb [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.textclassifier.notification">
<uses-sdk android:minSdkVersion="29" />
<application>
<activity
android:name=".CopyCodeActivity"
android:exported="false"
android:theme="@android:style/Theme.NoDisplay" />
</application>
</manifest>