mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 09:57:26 +00:00
Fixed the following issues:
- Screen rotation allowed in settings menu - Work profile drawable not changing color on home screen - Shortcut app menu title color - Dependency Info blob
This commit is contained in:
parent
4ff9c94981
commit
1798401de3
4 changed files with 52 additions and 33 deletions
|
|
@ -29,7 +29,9 @@
|
|||
<activity
|
||||
android:name=".settings.SettingsActivity"
|
||||
android:theme="@style/SettingsTheme"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="DiscouragedApi,LockedOrientationActivity"/>
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:excludeFromRecents="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue