UnifiedNlp/api/src/org/microg/nlp/api/NlpApiConstants.java
mar-v-in 38cfcd7ff1 Added UI for config (config itself is missing though)
New way to directly call settings activity of backend (if set), see second sample
2014-03-06 13:20:58 +01:00

7 lines
260 B
Java

package org.microg.nlp.api;
public class NlpApiConstants {
public static final String ACTION_LOCATION_BACKEND = "org.microg.nlp.LOCATION_BACKEND";
public static final String METADATA_BACKEND_SETTINGS_ACTIVITY = "org.microg.nlp.BACKEND_SETTINGS_ACTIVITY";
}