Don't export CrashActivity
This commit is contained in:
parent
9792a6cb78
commit
15f7e53e4f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
<activity
|
||||
android:process=":error_handler"
|
||||
android:name=".crash.CrashActivity"
|
||||
android:exported="true" />
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".ui.main.DeepLinkActivity"
|
||||
|
|
Reference in a new issue