0
When performing the installation of the app by Google Play, the app send the msg "App Stopped" so I have to go in settings->Apps->APP and give the permissions manually.
Follow the permissions I need and are in the Androidmanifest.xml file
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.CALL_PHONE"/>
<uses-permission android:name="android.permission.VIBRATE"/>
How to solve this problem?