@hmscore/react-native-hms-adsprime
Version:
React Native HMS Ads Prime Kit
11 lines (9 loc) • 404 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.huawei.hms.rn.ads">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application android:usesCleartextTraffic="true">
<activity
android:name="com.huawei.hms.rn.ads.HMSAdsPrimeSplashActivity"
android:exported="false" />
</application>
</manifest>