mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Refactor code of API
Rename Automation API to API Add API section to READMEs
This commit is contained in:
@@ -82,7 +82,7 @@ class Receiver : DeviceAdminReceiver() {
|
||||
|
||||
val installAppDone = MutableStateFlow(false)
|
||||
|
||||
class PackageInstallerReceiver:BroadcastReceiver(){
|
||||
class PackageInstallerReceiver: BroadcastReceiver() {
|
||||
override fun onReceive(context: Context, intent: Intent) {
|
||||
val toastText = when(intent.getIntExtra(EXTRA_STATUS, 999)){
|
||||
STATUS_PENDING_USER_ACTION -> R.string.status_pending_action
|
||||
|
||||
Reference in New Issue
Block a user