Harrison Solomon

Results 2 comments of Harrison Solomon

That's because the permission is not obtained to write to the directory ADD the following code private void requestPermission() { ActivityCompat.requestPermissions(MainActivity.this, new String[]{WRITE_EXTERNAL_STORAGE, RECORD_AUDIO}, RequestPermissionCode); } @Override public void onRequestPermissionsResult(int...

> @HarrSolo i follow your instruction, but i got an error with the **RequestPermissionCode**, what actually is that? a variable? > ![image](https://user-images.githubusercontent.com/32085744/56095077-607f3200-5f03-11e9-9688-00e1f01d1d62.png) > it says cannot resolve symbol. Yes its...