I hereby claim:
- I am ksza on github.
- I am ksza (https://keybase.io/ksza) on keybase.
- I have a public key ASDbY06yjojov0wReMIICQNm3dKUiR9tlXH-eKlZexX81Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import android.provider.BaseColumns; | |
| public final class EntryContract { | |
| // To prevent someone from accidentally instantiating the contract class, | |
| // give it an empty constructor. | |
| public EntryContract() {} | |
| /* Inner class that defines the table contents */ | |
| public static abstract class Entry implements BaseColumns { | |
| public static final String TABLE_NAME = "entry"; |