You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc additions for Oeffi
This commit is contained in:
@@ -2,7 +2,9 @@ package android.location;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
public class LocationManager {
|
||||
@@ -36,4 +38,8 @@ public class LocationManager {
|
||||
|
||||
public void removeUpdates(LocationListener listener) {
|
||||
}
|
||||
|
||||
public List<String> getAllProviders() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user