Made Settings icon visible in launcher

This commit is contained in:
X1nto 2020-12-06 19:19:39 +04:00
parent ebe204d2f3
commit f254ae969e

View File

@ -276,7 +276,7 @@
android:theme="@style/Theme.AppCompat.DayNight">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />