[
https://issues.apache.org/jira/browse/CB-10837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201299#comment-15201299
]
Vladimir Kotikov commented on CB-10837:
---------------------------------------
It seems yes. The gradle fails with
{noformat}
:processDebugResources
E:\PROJECTS\Temp\foo\platforms\android\build\intermediates\manifests\full\debug\AndroidManifest.xml:35:40-43
: AAPT: String types not allowed (at 'screenOrientation' with value 'foo').
{noformat}
However, setting {{android:screenOrientation="userPortrait"}} which is
supported starting from API level 18, and {{<uses-sdk
android:minSdkVersion="14" android:targetSdkVersion="14"
android:maxSdkVersion="14"/>}} doesn't produce any errors. It is possible that
device will just ignore unknown values here, but i'm not sure about this. Maybe
[~bowserj] could shed some light here?
> Add support for platform specific orientation
> ---------------------------------------------
>
> Key: CB-10837
> URL: https://issues.apache.org/jira/browse/CB-10837
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 5.4.1
> Reporter: dcz.switcher
> Labels: build, mustfix
>
> Hi,
> I want to set Manifest.xml activity with android:screenOrientation="nosensor"
> http://developer.android.com/guide/topics/manifest/activity-element.html#screen
> In cordova doc :
> Additionally, you can specify any platform-specific orientation value if you
> place the <preference> element within a <platform> element:
> So, I do it in config.xml
> <platform name="android">
> <preference name="orientation" value="nosensor" />
> </platform>
> but on build :
> Unsupported global orientation: nosensor. Defaulting to value: default
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]