xref: /expo/packages/expo-location/android/src/main/java/expo/modules/location/LocationPackage.java (revision 4a05dfd5)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package expo.modules.location;
2 
3 import android.content.Context;
4 
5 import java.util.Collections;
6 import java.util.List;
7 
8 import org.unimodules.core.ExportedModule;
9 import org.unimodules.core.BasePackage;
10 
11 public class LocationPackage extends BasePackage {
12   @Override
13   public List<ExportedModule> createExportedModules(Context context) {
14     return Collections.singletonList((ExportedModule) new LocationModule(context));
15   }
16 }
17 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025