Open GoogleCodeExporter opened 8 years ago
I've found a workaround for this for now, by forcing the activity to portrait
orientation. Forcing to landscape doesn't solve the issue as locking the phone
still causes the issue, presumably as the lock screen is portrait. I'd expect
that if a device's lock screen has a landscape mode then this fix won't work.
The updated activity I'm now using in the manifest is as follows:
<activity android:name="com.prime31.GoogleIABProxyActivity"
android:screenOrientation="portrait"
android:configChanges="orientation"></activity>
Original comment by matthew....@mediatonic.co.uk
on 26 Mar 2014 at 12:03
I'd advise using the following attributes for this instead,
android:screenOrientation="behind"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
Original comment by petetan...@gmail.com
on 3 May 2014 at 7:39
Original issue reported on code.google.com by
matthew....@mediatonic.co.uk
on 25 Mar 2014 at 7:36Attachments: