screenOrientation to fullsensor got error in Manifest

Posted by user1263567 on Stack Overflow See other posts from Stack Overflow or by user1263567
Published on 2012-03-29T05:12:53Z Indexed on 2012/03/29 5:29 UTC
Read the original article Hit count: 138

Filed under:
|

I am trying to work on a project that will work on 4 orientations. I set it on AndroidManifest.xml android:screenOrientation="sensor", it works but it only does 3 orientation. So i set it to android:screenOrientation="fullSensor" for 4 orientation. Unfortunately, i got this error

error: Error: String types not allowed (at 'screenOrientation' with value 
 'fullSensor').

Anybody knows how to make this work?

© Stack Overflow or respective owner

Related posts about android

Related posts about sensor