mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 18:15:49 +01:00
add missing file
This commit is contained in:
parent
659165fa4c
commit
181df7311a
@ -0,0 +1,10 @@
|
||||
package nodomain.freeyourgadget.gadgetbridge.model;
|
||||
|
||||
public class CannedMessagesSpec {
|
||||
public static final byte TYPE_GENERIC = 0;
|
||||
public static final byte TYPE_MISSEDCALLS = 1;
|
||||
public static final byte TYPE_NEWSMS = 2;
|
||||
|
||||
public int type;
|
||||
public String[] cannedMessages;
|
||||
}
|
Loading…
Reference in New Issue
Block a user