I am creating an app which is working fine only the problem is when I am installing/executing via Android studio it gets installed in all user profile. So my question is:-
How can I restrict user to install/execute application to single user profile only while working in development environment.
The App is on Google play store also but from there when we install, it gets installed only to single user profile which is activated rite now. So how can we do it in development environment when we installing using Android studio.
I have installed it using ADB also but its also installing to all user profile.