Просмотр исходного кода

Remove application tag in AndroidManifest.xml

Him188 6 лет назад
Родитель
Сommit
370844cbdd
1 измененных файлов с 1 добавлено и 8 удалено
  1. 1 8
      mirai-core/src/main/AndroidManifest.xml

+ 1 - 8
mirai-core/src/main/AndroidManifest.xml

@@ -1,10 +1,3 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-          package="net.mamoe.mirai">
-
-    <application
-            android:allowBackup="true"
-            android:supportsRtl="true">
-    </application>
-
+<manifest package="net.mamoe.mirai">
 </manifest>