why more default permission?

Monkey Targets Forums/Android/why more default permission?

Midimaster(Posted 2013) [#1]
are this default permissions nowadays essential in monkey apps or can I switch them of:

	<uses-permission android:name="android.permission.INTERNET" />
	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
	<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
	<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />



MikeHart(Posted 2013) [#2]
If your app doesn't need these features, you can switch them off. My guess is that they were added because of the new HTTP stuff and some file additions.


Raz(Posted 2013) [#3]
I switched them all off for an android game I made (which didn't save or access the internet) and it was fine.