aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/contacts/IContacts.java
blob: d68b78a77276894f718a1d461758f07c0c329e2f (plain)
1
2
3
4
5
6
7
8
9
10
package cgeo.contacts;

public interface IContacts {
    static final String INTENT = "cgeo.contacts.FIND";

    static final String URI_SCHEME = "find";
    static final String URI_HOST = "cgeo.org";

    static final String PARAM_NAME = "name"; // user name
}