refabrique

This commit is contained in:
Paul Schneider 2016-07-20 13:52:38 +02:00
commit 817c1c151f
34 changed files with 3476 additions and 35 deletions

View file

@ -267,11 +267,14 @@ namespace BookAStar.Droid
Model = devinfo.Model,
Platform = devinfo.Platform.ToString(),
Version = devinfo.Version,
GCMRegistrationId = MainSettings.GoogleRegId,
DeviceOwnerId = MainSettings.CurrentUser?.Id
GCMRegistrationId = MainSettings.GoogleRegId
};
}
public void PostDeviceInfo()
{
throw new NotImplementedException();
}
}
}