Cargo Features

android-activity has no features set by default.

[dependencies]
android-activity = { version = "0.6.0", features = ["game-activity", "native-activity"] }
default

Note: we don't enable any backend by default since features are generally supposed to be additive, while these backends are actually mutually exclusive.

In general it's only the final application crate that needs to decide on a backend.

game-activity
native-activity