why more default permission?
Monkey Targets Forums/Android/why more default permission?| 
 | ||
| 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" /> | 
| 
 | ||
| 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. | 
| 
 | ||
| I switched them all off for an android game I made (which didn't save or access the internet) and it was fine. |