Skip to content

Commit

Permalink
set exported true
Browse files Browse the repository at this point in the history
  • Loading branch information
Dai1678 committed Mar 6, 2021
1 parent 050771b commit 7710ef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
<activity
android:name="dev.dai.countdowntimer.MainActivity"
android:label="@string/app_name"
android:theme="@style/Theme.AndroidDevChallenge.NoActionBar">
android:theme="@style/Theme.AndroidDevChallenge.NoActionBar"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 7710ef1

Please sign in to comment.