Skip to content

Commit

Permalink
Fixed activity attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikartx committed Dec 24, 2022
1 parent de26152 commit 56b36ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="com.github.nikartm.stripedprocessbutton.MainActivity">
<activity
android:name="com.github.nikartm.stripedprocessbutton.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 56b36ca

Please sign in to comment.