Skip to content

Commit 56b36ca

Browse files
committed
Fixed activity attrs
1 parent de26152 commit 56b36ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name="com.github.nikartm.stripedprocessbutton.MainActivity">
12+
<activity
13+
android:name="com.github.nikartm.stripedprocessbutton.MainActivity"
14+
android:exported="true">
1315
<intent-filter>
1416
<action android:name="android.intent.action.MAIN" />
1517

0 commit comments

Comments
 (0)