Update AndroidManifest.xml

修改provieder,为了共存

Signed-off-by: guang518 <35475020+guang518@users.noreply.github.com>
pull/594/head
guang518 6 months ago committed by GitHub
parent aeea96a639
commit 37c87e297f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      app/src/main/AndroidManifest.xml

@ -63,7 +63,7 @@
<provider
android:name="com.fongmi.quickjs.Provider"
android:authorities="com.fongmi.quickjs.provider"
android:authorities="${applicationId}.quickjs.provider"
android:exported="false" />
<activity
@ -101,4 +101,4 @@
</service>
</application>
</manifest>
</manifest>

Loading…
Cancel
Save