Skip to content

Commit

Permalink
Fix another lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 7, 2020
1 parent 018467a commit 5257e6d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/logRelease/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,13 @@

<application
android:requestLegacyExternalStorage="true"
tools:ignore="GoogleAppIndexingWarning" />
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name=".ui.crash.CrashActivity"
android:process=":error_activity">
<intent-filter>
<action android:name="cat.ereza.customactivityoncrash.ERROR" />
</intent-filter>
</activity>
</application>
</manifest>

0 comments on commit 5257e6d

Please sign in to comment.