Force close Android application Phone.apk in landscape mode

Posted by user1277086 on Stack Overflow See other posts from Stack Overflow or by user1277086
Published on 2012-03-18T15:50:52Z Indexed on 2012/03/18 18:02 UTC
Read the original article Hit count: 166

Filed under:
|

Standard Android application Phone.apk with an outgoing call on the tenth of a second can use the landscape screen mode, but if you make a modification of graphic resources, in landscape mode the phone is closed with an error, Eclipse shows it - E / AndroidRuntime (2888): java.lang.RuntimeException: Unable to start activity ComponentInfo {com.android.phone / com.android.phone.InCallScreen}: java.lang.ClassCastException: android.view.AbsSavedState $ 1. I tried to set the AndroidManifest.xml setting [android: screenOrientation = "portrait"] of the article "Force an android activity to always use landscape mode" - the application falls. What can I try to do more? I tried to add a variable to a string android:screenOrientation="portrait" in decompiled Phone.apk on the and

© Stack Overflow or respective owner

Related posts about android

Related posts about phone