|
|
|
|
@ -10,6 +10,7 @@ |
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" /> |
|
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> |
|
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> |
|
|
|
|
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" /> |
|
|
|
|
|
|
|
|
|
<application> |
|
|
|
|
|
|
|
|
|
@ -74,11 +75,6 @@ |
|
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout" |
|
|
|
|
android:screenOrientation="fullUser" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.DetailActivity" |
|
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout" |
|
|
|
|
android:screenOrientation="fullUser" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.FolderActivity" |
|
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout" |
|
|
|
|
|