Skip to content

Instantly share code, notes, and snippets.

@VMAXSDK
Created September 5, 2017 09:29
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/437c5c4aec3ba90ac0a328052d5f6b49 to your computer and use it in GitHub Desktop.
Save VMAXSDK/437c5c4aec3ba90ac0a328052d5f6b49 to your computer and use it in GitHub Desktop.
<!-- Start Tapjoy required Activities -->
<activity
android:name="com.tapjoy.TJAdUnitActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
<activity
android:name="com.tapjoy.mraid.view.ActionHandler"
android:configChanges="orientation|keyboardHidden|screenSize" />
<activity
android:name="com.tapjoy.mraid.view.Browser"
android:configChanges="orientation|keyboardHidden|screenSize" />
<activity
android:name="com.tapjoy.TJContentActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<!-- End Tapjoy -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment