Skip to content

Commit 89eaa54

Browse files
Merge pull request #17 from D4rK7355608/codex/fix-activitynotfoundexception-for-webviewactivity
Fix missing WebViewActivity alias
2 parents 421425e + a576728 commit 89eaa54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
android:exported="false"
116116
android:label="@string/web_view"
117117
android:parentActivityName=".ui.screens.android.lessons.views.web.WebViewActivity" />
118+
<activity-alias
119+
android:name="com.d4rk.androidtutorials.java.ui.android.webviews.WebViewActivity"
120+
android:exported="false"
121+
android:targetActivity=".ui.screens.android.lessons.views.web.WebViewActivity" />
118122
<activity
119123
android:name=".ui.screens.android.lessons.progress.progressbar.ProgressBarActivity"
120124
android:exported="false"

0 commit comments

Comments
 (0)