Browse Source

avoid rotation in parameters

yattoz 3 years ago
parent
commit
7e4947cb83
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/src/main/AndroidManifest.xml

+ 2 - 2
app/src/main/AndroidManifest.xml View File

@@ -27,7 +27,7 @@
27 27
         <service
28 28
             android:name=".RadioService"
29 29
             android:enabled="true"
30
-            android:exported="true">
30
+            android:exported="false">
31 31
             <intent-filter>
32 32
                 <action android:name="android.media.browse.MediaBrowserService" />
33 33
             </intent-filter>
@@ -61,7 +61,7 @@
61 61
             android:configChanges="orientation|screenSize"
62 62
             android:launchMode="singleTask"
63 63
             android:parentActivityName=".MainActivity"
64
-            android:screenOrientation="fullSensor" />
64
+            android:screenOrientation="fullUser" />
65 65
 
66 66
         <receiver android:name="androidx.media.session.MediaButtonReceiver">
67 67
             <intent-filter>