Skip to content

Commit 40abe78

Browse files
Changed: Do not export ReportActivity
1 parent 8431c4a commit 40abe78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,12 @@
140140
android:exported="false" />
141141

142142
<!-- If you see "Unresolved package" errors for ReportActivity with manifest placeholder,
143-
ignore it. Android Studio linter is broken and correct package name will be used at build time." -->
143+
ignore it. Android Studio linter is broken and correct package name will be used at build time. -->
144144
<activity
145145
android:name="${TERMUX_PACKAGE_NAME}.shared.activities.ReportActivity"
146-
android:theme="@style/Theme.MarkdownViewActivity.DayNight"
146+
android:exported="false"
147147
android:documentLaunchMode="intoExisting"
148+
android:theme="@style/Theme.MarkdownViewActivity.DayNight"
148149
tools:ignore="MissingClass" />
149150

150151

0 commit comments

Comments
 (0)