Skip to content

Instantly share code, notes, and snippets.

@SupersonicGist
Created August 12, 2015 12:17
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 SupersonicGist/46976f27f7ffc6117cbf to your computer and use it in GitHub Desktop.
Save SupersonicGist/46976f27f7ffc6117cbf to your computer and use it in GitHub Desktop.
SDK 6 Android meniafest
<activity
android:name="com.supersonicads.sdk.controller.ControllerActivity"
android:configChanges="orientation|screenSize"
android:hardwareAccelerated="true" />
<activity
android:name="com.supersonicads.sdk.controller.InterstitialActivity"
android:configChanges="orientation|screenSize"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.Translucent" />
<activity
android:name="com.supersonicads.sdk.controller.OpenUrlActivity"
android:configChanges="orientation|screenSize"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.Translucent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment