Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 912af072 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '30-Module_Version_for_Maps' into 'sprint_cordoba'

Return v1 for maps module

See merge request e/apps/GmsCore!7
parents 067295e2 0069eecf
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ public class DynamiteLoaderImpl extends IDynamiteLoader.Stub {
            Log.d(TAG, "returning temp fix module version for " + moduleId + ". Cast API wil not be functional!");
            return 1;
        }
        if (moduleId.equals("com.google.android.gms.maps_dynamite")) {
            Log.d(TAG, "returning v1 for maps");
            return 1;
        }
        Log.d(TAG, "unimplemented Method: getModuleVersion for " + moduleId);
        return 0;
    }