소스 검색

解决多渠道无法安装

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" />