(Bundle savedInstanceState)
| 21 | protected final int PERMISSION_WRITE_EXTERNAL_STORAGE = 2; |
| 22 | |
| 23 | @Override |
| 24 | protected void onCreate(Bundle savedInstanceState) |
| 25 | { |
| 26 | super.onCreate(savedInstanceState); |
| 27 | |
| 28 | } |
| 29 | |
| 30 | /** |
| 31 | * Requests given permission. If the permission has been denied previously, a Dialog will prompt |
nothing calls this directly
no outgoing calls
no test coverage detected