UNPKG

@hmscore/react-native-hms-adsprime

Version:
28 lines (25 loc) 1.02 kB
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.huawei.hms.rn.ads.demo"> <uses-permission android:name="android.permission.INTERNET" /> <application android:name=".MainApplication" android:label="RNHmsAdsPrimeDemo" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:usesCleartextTraffic="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity" android:label="RNHmsAdsPrimeDemo" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" android:launchMode="singleTask" android:exported="true" android:windowSoftInputMode="adjustResize"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>