Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DisplayedCategories.java « search « maps « mapswithme « com « src « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5629510a2cd549e3a12ea743f21856317502f97 (plain)
1
2
3
4
5
6
7
8
package com.mapswithme.maps.search;

class DisplayedCategories
{
  public static String[] getKeys() { return nativeGetKeys(); }

  private static native String[] nativeGetKeys();
}