Closed amrbashir closed 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.
.MainActivity
cargo android run -a .MainActivity
I am using a custom template where the activity name is the default android name
.MainActivity
, with this PR I can just docargo android run -a .MainActivity
I kept the old activity name as the default so the default behaviour isn't changed.