Skip to content

Commit

Permalink
Fixed crash upon click on Launcher icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrupin committed Jul 29, 2022
1 parent 0a9fd1e commit be6c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Camera2Video/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:name="com.example.android.camera2.video.CameraActivity"
android:clearTaskOnLaunch="true"
android:theme="@style/AppTheme"
android:exported="false">
android:exported="true">

<!-- Main app intent filter -->
<intent-filter>
Expand Down

0 comments on commit be6c536

Please sign in to comment.