react-native-simple-device-info
Version:
Get device information using react-native
17 lines (14 loc) • 503 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.learnium.RNDeviceInfo">
<application>
<receiver
android:name="com.learnium.RNDeviceInfo.RNDeviceReceiver"
android:enabled="true"
android:exported="false"
>
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER" />
</intent-filter>
</receiver>
</application>
</manifest>