Hi, On our devices, there are couple (untrusted) apps that have constraint in security context. How do these apps get the constraint in their security context? How do I remove these constraint?
root@android:/proc/2339 # ps | grep contacts u0_a1 2339 167 474780 31300 ffffffff 40023a60 S com.android.contacts u0_a55 3338 167 470356 29876 ffffffff 40023a60 S com.cisco.contacts.udssync root@android:/proc/2339 # ls -Z /proc/2339 dr-xr-xr-x u0_a1 u0_a1 u:r:untrusted_app:s0:c1,c256 attr -r-------- u0_a1 u0_a1 u:r:untrusted_app:s0:c1,c256 auxv Thanks, Tai
