BrainiumLLC / cargo-mobile

Rust on mobile made easy!
Apache License 2.0
1.23k stars 52 forks source link

feat(android/run): add an option to specify android activity #107

Closed amrbashir closed 2 years ago

amrbashir commented 2 years ago

I am using a custom template where the activity name is the default android name .MainActivity, with this PR I can just do cargo android run -a .MainActivity I kept the old activity name as the default so the default behaviour isn't changed.