<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.learnium.RNDeviceInfo" android:versionCode="2" android:versionName="1.1" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" /> <application> <receiver android:name="com.learnium.RNDeviceInfo.RNDeviceReceiver" android:enabled="true" android:exported="true" > <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver> </application> </manifest>