We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de26152 commit 56b36caCopy full SHA for 56b36ca
1 file changed
app/src/main/AndroidManifest.xml
@@ -9,7 +9,9 @@
9
android:roundIcon="@mipmap/ic_launcher_round"
10
android:supportsRtl="true"
11
android:theme="@style/AppTheme">
12
- <activity android:name="com.github.nikartm.stripedprocessbutton.MainActivity">
+ <activity
13
+ android:name="com.github.nikartm.stripedprocessbutton.MainActivity"
14
+ android:exported="true">
15
<intent-filter>
16
<action android:name="android.intent.action.MAIN" />
17
0 commit comments