mod: MainActivity
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
android:fullBackupContent="false"
|
||||
tools:replace="android:allowBackup">
|
||||
<activity
|
||||
android:name="com.ryanheise.audioservice.AudioServiceActivity"
|
||||
android:name="com.guozhigq.pilipala.MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/LaunchTheme"
|
||||
|
@ -1,6 +1,8 @@
|
||||
package com.guozhigq.pilipala
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
// import io.flutter.embedding.android.FlutterActivity
|
||||
import com.ryanheise.audioservice.AudioServiceActivity;
|
||||
|
||||
class MainActivity: FlutterActivity() {
|
||||
class MainActivity: AudioServiceActivity() {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user