x1ongzhu 6 лет назад
Родитель
Сommit
a882fba54a
1 измененных файлов с 9 добавлено и 2 удалено
  1. 9 2
      screen_stream_plugin/android/src/main/AndroidManifest.xml

+ 9 - 2
screen_stream_plugin/android/src/main/AndroidManifest.xml

@@ -1,3 +1,10 @@
-<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.izouma.screen_stream_plugin">
-    <application><service android:name=".VideoProcessService" android:enabled="true" android:exported="true"></service></application>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="com.izouma.screen_stream_plugin">
+
+    <application>
+        <service
+            android:name=".VideoProcessService"
+            android:enabled="true"
+            android:exported="true"></service>
+    </application>
 </manifest>