Matthew Ronemous created CB-4702:
------------------------------------

             Summary: Best way to customize AndroidManifest
                 Key: CB-4702
                 URL: https://issues.apache.org/jira/browse/CB-4702
             Project: Apache Cordova
          Issue Type: Task
          Components: Android
    Affects Versions: 3.0.0
            Reporter: Matthew Ronemous
            Assignee: Joe Bowser
            Priority: Trivial


http://stackoverflow.com/questions/18138827/custom-template-for-platform-add-android

What is the best approach to create a customized template for platform add 
android? We want to customize the www used and also the AndroidManifest. We 
currently are using the top level www to customize www, but is this the best 
approach? Is it possible / recommended to make a customized platform template? 
If recommended, what is the best approach to set it up?

For AndroidManifest we want to default settings such as these:

<activity
android:screenOrientation="portrait"  
android:windowSoftInputMode="adjustPan">
</activity>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to