cpappas-mobeetest

Results 3 issues of cpappas-mobeetest

[https://github.com/judemanutd/AutoStarter](https://github.com/judemanutd/AutoStarter) This library has a huge list of manufactors: ``` /*** * Xiaomi */ private val BRAND_XIAOMI = "xiaomi" private val BRAND_XIAOMI_POCO = "poco" private val BRAND_XIAOMI_REDMI = "redmi" private...

3 cases: - 4G LTE - 5G NR NSA - 5G NR SA In third case: lteCellIsRegistered & nrCellIisRegistered For case 1 & 2: override type=nr_nsa, lteIsRegistered & !nrIsRegistered so...

I am searching something like: `val result = AutoStartPermissionHelper.getInstance().isAutoStartPermissionGivven(this)` Is there any way to do this for this manufactors? For example for xiaomi i found: [https://github.com/XomaDev/MIUI-autostart](https://github.com/XomaDev/MIUI-autostart)