Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvareon committed Mar 12, 2024
1 parent aa767f3 commit cb5f503
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ private void OnOpenDeviceFolder()
else
{
Debug.Log("Picked file: " + path);
StartCoroutine(LoadAudioClip(path));
//StartCoroutine(LoadAudioClip(path));
}
}, new string[] { _audioFileType });
}
Expand Down
1 change: 0 additions & 1 deletion Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
</intent-filter>
</activity>
</application>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</manifest>

0 comments on commit cb5f503

Please sign in to comment.