I got exception in android manifest file. I have added following permissions:
1. uses-permission android:name="android.permission.CALL_PRIVILEGED" />
2. uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
I got "Permission is only granted to system apps" error. How to fix it. Before it was working fine.