10 行
346 B
XML
10 行
346 B
XML
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<application>
|
||
|
|
<provider
|
||
|
|
android:name="com.xuqm.sdk.internal.XuqmInitializerProvider"
|
||
|
|
android:authorities="${applicationId}.xuqm-init"
|
||
|
|
android:exported="false"
|
||
|
|
android:initOrder="90" />
|
||
|
|
</application>
|
||
|
|
</manifest>
|