Mitko-Kerezov opened a new pull request #423: Strip starting dot from 
ActivityName
URL: https://github.com/apache/cordova-android/pull/423
 
 
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Strip starting dot from ActivityName. Activity's name may already contain a 
leading dot symbol in the AndroidManifest.xml. If this is the case it has to be 
stripped.
   
   ### What testing has been done on this change?
   1. `cordova create myApp`
   1. `cd myApp`
   1. `cordova platform add <this branch>`
   1. `sed -i s/MainActivity/.MainActivity/ 
platforms/android/AndroidManifest.xml`
   1. `cordova run android`
   With the `master` branch `cordova` fails to launch the application and with 
this branch it succeeds. 
   
   ### Checklist
   - [x] [Reported the issue](https://issues.apache.org/jira/browse/CB-13720) 
in the JIRA database
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to