Browse Source

解决多渠道无法安装

drake 4 years ago
parent
commit
611e38e8ce
1 changed files with 1 additions and 1 deletions
  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" />