Set theme based on master device userAgent

// FREEBIE
This commit is contained in:
lilia 2016-09-12 12:09:56 -07:00
parent 2fec5ee867
commit b1afb79a14
5 changed files with 22 additions and 6 deletions

View file

@ -14,4 +14,5 @@ message ProvisionMessage {
optional bytes identityKeyPrivate = 2;
optional string number = 3;
optional string provisioningCode = 4;
optional string userAgent = 5;
}