Ray Gun
Ray Gun

Reputation: 1

How to hide app using Android activity manager?

I need to hide some apps using terminal from crDroid launcher: com.android.launcher3 But not via "pm disable", but via "am" or some other way to make the apps run in the background but not show up in the launcher

Activity that runs the application hiding menu com.android.launcher3.lineage.trust.Trust.TrustAppsActivity

I assume that it should be like su -c am start com.android.launcher3 somehow to address to lineage.trust.Trust.TrustAppsActivity and further like hide application com.android.someapp, but I can't figure out how to do it correctly.

Upvotes: 0

Views: 181

Answers (0)

Related Questions