点唱房功能
This commit is contained in:
@@ -3,11 +3,15 @@
|
||||
<!-- 前台定位权限 -->
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 后台定位权限(Android 10+) -->
|
||||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
||||
|
||||
<uses-permission android:name="android.permission.REORDER_TASKS" />
|
||||
|
||||
<application
|
||||
android:theme="@style/AppTheme">
|
||||
<application android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activity.user.activity.UserPlaylistActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.user.activity.SingerVerificationActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.login.activity.SwitchAccountsActivity"
|
||||
android:exported="false" />
|
||||
@@ -17,16 +21,12 @@
|
||||
<activity
|
||||
android:name=".activity.login.activity.ForgetPasswordActivity"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.login.activity.LoginActivity"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.main.activity.MainActivity"
|
||||
android:configChanges="fontScale" />
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".activity.room.activity.RoomActivity"
|
||||
android:alwaysRetainTaskState="true"
|
||||
@@ -36,23 +36,18 @@
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/AppTheme"
|
||||
android:windowSoftInputMode="adjustPan" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.room.activity.RedResultActivity"
|
||||
android:exported="true" />
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".activity.room.activity.SearchActivity"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.room.activity.RankingListActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.room.activity.PopularRoomActivity"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.plaza.activity.DynamicDetailActivity"
|
||||
android:exported="false"
|
||||
@@ -64,8 +59,6 @@
|
||||
<activity
|
||||
android:name=".activity.plaza.activity.ReleaseActivity"
|
||||
android:exported="false" />
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".activity.user.activity.AboutUsActivity"
|
||||
android:exported="false" />
|
||||
@@ -165,27 +158,24 @@
|
||||
<activity
|
||||
android:name=".activity.user.activity.RealNameActivity"
|
||||
android:exported="false" />
|
||||
|
||||
<activity
|
||||
android:name=".activity.user.activity.NoblePaymentActivity"
|
||||
android:exported="false"/>
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.user.activity.NobleDetailsActivity"
|
||||
android:exported="false"/>
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.user.activity.NobleTitleActivity"
|
||||
android:exported="false"/>
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.user.activity.GiftWallActivity"
|
||||
android:exported="false"/>
|
||||
|
||||
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".activity.WebViewActivity"
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="com.qxcm.qxlive.PROTOCOL_WEBVIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -196,7 +186,6 @@
|
||||
<service
|
||||
android:name=".service.MediaProjectionService"
|
||||
android:foregroundServiceType="mediaProjection" />
|
||||
|
||||
<service
|
||||
android:name=".service.ForegroundService"
|
||||
android:enabled="true"
|
||||
@@ -207,8 +196,6 @@
|
||||
android:enabled="true"
|
||||
android:exported="true" />
|
||||
|
||||
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
|
||||
Reference in New Issue
Block a user