mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Add a description to Logout (#98)
Add build guide in READMEs Update github workflow file, submit dependency graph only on master branch
This commit is contained in:
@@ -259,6 +259,7 @@ private fun Home(navCtrl:NavHostController, pkgName: String) {
|
||||
}
|
||||
}
|
||||
val chooseApks = rememberLauncherForActivityResult(ActivityResultContracts.GetMultipleContents()) {
|
||||
if(it.isEmpty()) return@rememberLauncherForActivityResult
|
||||
val intent = Intent(context, AppInstallerActivity::class.java)
|
||||
intent.putExtra(Intent.EXTRA_STREAM, it.toTypedArray())
|
||||
startActivity(context, intent, null)
|
||||
|
||||
Reference in New Issue
Block a user