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:
ottoptj 2024-08-15 02:10:24 +03:00
commit 1798401de3
4 changed files with 52 additions and 33 deletions

View file

@ -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"