You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: misc stubs and fixes
This commit is contained in:
@@ -6,9 +6,13 @@ public class ContactsContract {
|
||||
|
||||
public static final class CommonDataKinds {
|
||||
|
||||
public static class Phone {
|
||||
public static final class Phone {
|
||||
public static final Uri CONTENT_URI = Uri.parse("content://com.android.contacts/phones");
|
||||
}
|
||||
|
||||
public static final class Email {
|
||||
public static final Uri CONTENT_URI = Uri.parse("content://com.android.contacts/emails");
|
||||
}
|
||||
}
|
||||
|
||||
public static final class Profile {
|
||||
|
||||
Reference in New Issue
Block a user