update docs about setUserControlDisabledPackages

use annotation instead of proguard rules to keep ShizukuService
hide profile owner entry if device owner is activated
This commit is contained in:
BinTianqi
2024-04-27 12:12:55 +08:00
parent fc091dbf83
commit b5ebf7b6fa
4 changed files with 12 additions and 8 deletions

View File

@@ -2,12 +2,14 @@ package com.bintianqi.owndroid.dpm
import android.os.IBinder
import android.system.Os
import androidx.annotation.Keep
import com.bintianqi.owndroid.IUserService
import java.io.BufferedReader
import java.io.InputStreamReader
var service:IUserService? = null
@Keep
class ShizukuService: IUserService.Stub() {
override fun asBinder(): IBinder {
TODO("Not yet implemented")