mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Renamed test file to follow camel casing convention
This commit is contained in:
@@ -5,7 +5,7 @@ import android.os.Environment;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
public class APKInstallation extends Activity {
|
||||
public class ApkInstallation extends Activity {
|
||||
static final String APK_MIMETYPE = "application/vnd.android.package-archive";
|
||||
|
||||
public void installAPK(String path) {
|
||||
Reference in New Issue
Block a user