Skip to content

Instantly share code, notes, and snippets.

@VMAXSDK
Created September 5, 2017 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VMAXSDK/21fe8beaf9eb2abc3dc591f97079f042 to your computer and use it in GitHub Desktop.
Save VMAXSDK/21fe8beaf9eb2abc3dc591f97079f042 to your computer and use it in GitHub Desktop.
<!-- Start Inmobi -->
<activity
android:name="com.inmobi.rendering.InMobiAdActivity"
android:configChanges="keyboardHidden|orientation|keyboard|smallestScreenSize|screenSize|screenLayout"
android:hardwareAccelerated="true"
android:resizeableActivity="false"
android:theme="@android:style/Theme.NoTitleBar"
tools:ignore="UnusedAttribute" />
<receiver
android:name="com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver"
android:enabled="true"
android:exported="true"
tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="com.inmobi.share.id" />
</intent-filter>
</receiver>
<!-- End Inmobi -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment