Andrew Frost

Results 779 comments of Andrew Frost
trafficstars

Yes - I checked the spec for `queries`, the code should work okay with the three tags that are expected/allowed here: `provider`, `package`, `intent`. thanks

Yes exactly .. it looks like it may still be possible to tweak the command lines and change the implementation to use reflection but I suspect that would be a...

Java 17 will cause errors but Java 11 should be possible .. although equally @emmaassin, there is a possibility that it's found the Java 17 installation and is still using...

Hi @XYobj Your original comment here is: > Our publishing platform detected a call to "com.adobe.air.orientationmanager $1." The `com.adobe.air.OrientationManager` class is an internal one for AIR which listens out for...

> We haven't called relevant functions. It looks like the OrientationEventListener derivation would be automatically created and enabled, without you having to do anything: https://developer.android.com/reference/android/view/OrientationEventListener#enable() So this is something we...

> Can you add a configuration in "app_config.xml" to decide whether to call it? Yes we should be able to add something in here. It won't help if they're just...

It seems to be a fairly simple change where we can hook into the existing "autoOrients" value in the XML descriptor, and then use a third option there to ignore...

Release process has been kicked off, so it should be available maybe end of this week or start of the next..

@XYobj preview is available here: https://airsdk.harman.com/download/33.1.1.926 thanks

So with this, you should be able to set the "autoOrients" flag in your xml descriptor to "ignore" rather than true/false. This will then stop that call being made...