android:screenOrientation="portrait" seems not working with cocos2dx 3.0

I changed the android:screenOrientation=“landscape” to android:screenOrientation=“portrait” on AndroidManifest.xml but the screen is still landscape

IS there some more to set for correct ‘screen’ orientation on Android?