android - Prevent apps from being launched by monkey test -
i'm running continuous monkey test test stability of device, , i've noticed when using monkey, it's able change settings, including developer options , whatnot. there way prevent being launched, without limiting specific package?
i've tried using chmod 600 /system/priv-app/settings.apk
, still launched, , i'm not sure installed otherwise.
would best option manually list out packages in system, , use -p of them?
thanks!
yes, monkey test name suggests used create random sequence of user touches app , touches can including opening other apps, looking
Comments
Post a Comment