holochain / holochain/android-service-runtime
Do not display notification when starting foreground service, when feature "system_settings" is enabled
Open
- Dominant language
- Rust
- Stars
- 4
- Forks
- 2
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 3
Description
The android-service-runtime app has a cargo feature `system_settings`. This feature is for when the app is included in AOSP as a system app.
Currently, this makes the app appear in the android system settings, rather than the app grid.
Additionally it should disable the notification when the HolochainService is running, which is not required for system apps (I believe). This may need to be researched further to confirm.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.