|
Some checks failed
repo hygiene / hygiene (push) Has been cancelled
- Rename resources/android/AndroidManifest.xml -> AndroidManifest.xml.template
so the current cargo-makepad (template-based, not --manifest flag) picks
up the custom manifest with permissions/services (ussd, sms, trigger).
Old --manifest flag was removed in makepad's android/mod.rs; template
is now the supported override.
- Remove duplicate java at resources/android/java/robius/{sms,trigger,ussd}
(7 files). These are now compiled via their owning crates' build.rs
(robius-sms/src/sys/android/*.java, robius-trigger/src/android/*.java,
robius-ussd/src/sys/android/*.java) producing secondary dex that
cargo-makepad bundles. Keeping them in the app caused duplicate sources
and is not needed; java belongs in the respective crates.
|
||
|---|---|---|
| .. | ||
| res | ||
| AndroidManifest.xml.template | ||