We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ReportActivity
1 parent 8431c4a commit 40abe78Copy full SHA for 40abe78
app/src/main/AndroidManifest.xml
@@ -140,11 +140,12 @@
140
android:exported="false" />
141
142
<!-- 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." -->
+ ignore it. Android Studio linter is broken and correct package name will be used at build time. -->
144
<activity
145
android:name="${TERMUX_PACKAGE_NAME}.shared.activities.ReportActivity"
146
- android:theme="@style/Theme.MarkdownViewActivity.DayNight"
+ android:exported="false"
147
android:documentLaunchMode="intoExisting"
148
+ android:theme="@style/Theme.MarkdownViewActivity.DayNight"
149
tools:ignore="MissingClass" />
150
151
0 commit comments