Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit b9c4622

Browse files
committed
Exported
1 parent ca6d70c commit b9c4622

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

biz/detail/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<application>
5-
<activity android:name=".ui.RepoDetailActivity" />
5+
<activity
6+
android:name=".ui.RepoDetailActivity"
7+
android:exported="true" />
68
</application>
79

810
</manifest>

0 commit comments

Comments
 (0)