mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-04 22:51:40 +01:00
google map
This commit is contained in:
parent
ba67f875df
commit
1cc9c5ab11
@ -546,7 +546,8 @@ public class AndroidUtilities {
|
||||
}
|
||||
|
||||
public static boolean isGoogleMapsInstalled(final BaseFragment fragment) {
|
||||
try {
|
||||
return true;
|
||||
/*try {
|
||||
ApplicationLoader.applicationContext.getPackageManager().getApplicationInfo("com.google.android.apps.maps", 0);
|
||||
return true;
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
@ -566,7 +567,7 @@ public class AndroidUtilities {
|
||||
builder.setNegativeButton(LocaleController.getString("Cancel", R.string.Cancel), null);
|
||||
fragment.showDialog(builder.create());
|
||||
return false;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public static int[] toIntArray(List<Integer> integers) {
|
||||
|
Loading…
Reference in New Issue
Block a user