I have been trying to figure out a command using ADB command line to change the advanced settings of an application I am installing through ADB.
Once installed I wish to change the following settings to 'allow' by using an ADB command:
Is this possible?
I thought it might be: found here
adb shell pm grant com.mycompany.mypackage INSTALL_NON_MARKET_APPS 1