Hello, I am using the Android SDK.
My activity which should display the ads has the window flag "WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED" and is running above the lock screen. I do not want to go into detail why exactly that is necessary, but I have good reasons for this. In order to let the com.google.ads.AdActivity to be visible to the user, I have to add the FLAG_SHOW_WHEN_LOCKED to this activities window also. How to do this? I tried to extend com.google.ads.AdActivity and reference my extended version, but that does not seem to work. AdMob does not find my activity, because its searching for "com.google.ads.AdActivity" android:name in the manifest. Appreciate your help, Julian -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

