Fix SettingsActivity shortcut not showing on android 7 and fixed shortcut actions and categories

This commit is contained in:
agnostic-apollo
2021-04-06 13:27:43 +05:00
parent cf5bb69fc8
commit 325a6f7d66
2 changed files with 10 additions and 5 deletions

View File

@@ -98,6 +98,7 @@
<activity
android:name=".app.activities.SettingsActivity"
android:exported="true"
android:label="@string/title_activity_termux_settings"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar" />