
Press back button to come back to main screen. The change the sdcard location and check the service again. To set the new location open synctunes on your phone then go to Settings -> Service uncheck it. To do that your first step should be to unsync/delete any music from phone you’ve previously synced, if you do not, it will take up space unnecessary disk space, because we are now defining new location and all music would now go there. However we provide a setting in synctunes android app where you can change the location to external sdcard. WRITE_SETTINGS: Allows an application to read or write the system settings.By default it will store to location recommended by your phone manufacturer.


As such, you must explicitly declare your use of this facility to make that visible to the user. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. If you don't request this permission, you will not receive the broadcast at that time. RECEIVE_BOOT_COMPLETED: Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.MOUNT_UNMOUNT_FILESYSTEMS: Allows mounting and unmounting file systems for removable storage.INTERNET: Allows applications to open network sockets.CHANGE_WIFI_STATE: Allows applications to change Wi-Fi connectivity state.CHANGE_WIFI_MULTICAST_STATE: Allows applications to enter Wi-Fi Multicast mode.ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks.

ACCESS_NETWORK_STATE: Allows applications to access information about networks.
