The flasher interface implements anykernel3 functionality flasher, adapted from the original project github.com/libxzr/HorizonKernelFlasher, which implements the direct flasher functionality

This commit is contained in:
ShirkNeko
2025-03-19 20:08:23 +08:00
parent 21bb254100
commit 00ae4f9328
8 changed files with 363 additions and 102 deletions

View File

@@ -105,6 +105,7 @@ dependencies {
implementation(libs.androidx.compose.ui)
implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.foundation)
implementation(libs.androidx.documentfile)
debugImplementation(libs.androidx.compose.ui.test.manifest)
debugImplementation(libs.androidx.compose.ui.tooling)