Преглед изворни кода

解决多渠道无法安装

drake пре 4 година
родитељ
комит
611e38e8ce
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      net/src/main/AndroidManifest.xml

+ 1 - 1
net/src/main/AndroidManifest.xml

@@ -14,7 +14,7 @@
         tools:targetApi="n">
         <provider
             android:name=".component.InitContentProvider"
-            android:authorities="com.drake.net.init"
+            android:authorities="${applicationId}.drake.netInit"
             android:enabled="true"
             android:exported="false"
             android:multiprocess="true" />