fb4d10467a
Kiosk boot-starter for slocker-lite: auto-launches on boot, shows a skippable countdown, then takes over the screen (fullscreen, black, screen kept on) while running a user-configured command in the background.
4 lines
167 B
Kotlin
4 lines
167 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
} |