mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
fix C&P virus
This commit is contained in:
parent
03521e9b3e
commit
7f3c1c11c1
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
package org.libsdl.app;
|
||||
package org.etlegacy.app;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.libsdl.app;
|
||||
package org.etlegacy.app;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.libsdl.app;
|
||||
package org.etlegacy.app;
|
||||
|
||||
import android.media.*;
|
||||
import android.util.Log;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.libsdl.app;
|
||||
package org.etlegacy.app;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
|
|
Loading…
Reference in a new issue