mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
Included Environment class to figure out where the sdcard is on more devices.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4023 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
827da9da9a
commit
810d28dd84
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ import android.hardware.SensorEventListener;
|
|||
import android.media.AudioFormat;
|
||||
import android.media.AudioManager;
|
||||
import android.media.AudioTrack;
|
||||
import android.os.Environment;
|
||||
|
||||
public class FTEDroidActivity extends Activity
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue