Im getting this error when i start my app "All apps associated with this action have been turned off blocked or are not installed".Anyone can help me to resolve this error
Note:I have not installed package disable pro app
Im getting this error when i start my app "All apps associated with this action have been turned off blocked or are not installed".Anyone can help me to resolve this error
Note:I have not installed package disable pro app
I was able to fix this issue in my app by setting the package on the intent.
e.g. intent.setPackage(getApplicationContext().getPackageName());