Wrong AndroidManiges.xml

A couple of days ago I created this issue:

I was editing my mobile-config.js with App.setPreference('android-windowSoftInputMode', 'adjustPan');

That generates this on my mobile.xml <preference name="android-windowSoftInputMode" value="adjustPan"/>

But my AndroidManifest.xml (the important one) doesn’t have any reference to this property.

I’m using Meteor 1.4.2.6