c# - Hiding SuperSU and Kingo Root -


i'm trying hide root , supersu icons android devices. company wants hide them keep our app tidy without having icons on our phones.

i've tried shelling

 pm hide com.kingoroot.com  pm hide com.kingouser.com 

but icons remain, tried rebooting after same result.

it should straight-forward:

adb shell pm hide "package.name"

ex:

adb shell pm hide "com.jondouglas.application"

after kicks in, should see:

package com.jondouglas.application new hidden state: true

after 5-10 seconds, icon disappear screens.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -