I'm looking a way to get current device's serial number in my integration tests. Now, when calling TelephonyManager manager = (TelephonyManager) getActivity().getSystemService(Cont
Solution 1:
You should check whether Read_Phone_State permission is added in your application's AndroidManifest.xml or not.
Post a Comment for "Android Integration Test Application Permissions"