Alex Gavrishev
Alex Gavrishev
Nice idea, need to consider how delete function will work, since every new sync will re-import deleted items
Where to hide? in the import? Google Chrome and Youtube are system apps as well
You can export the file in settings, not clear which effect you should see
AGP 8.1 is Giraffe , but you should be able build by downgrading to 8.0.1 Which errors do you get?
Looks like you didn't checkout git submodule. The lib folder content is missing, it contains code shared between multiple projects Depends on which git client you use, you need to...
I have updated readme with build instructions, see step 2 https://github.com/anod/AppWatcher/blob/master/README.md
@borconi LocationData proto definiton, hope that will help you: ``` message LocationData { optional uint64 timestamp = 1; optional int32 latitude = 2; optional int32 longitude = 3; optional uint32...
I think example will help you, Example of nightmode message: ``` Protocol.SensorBatch sensorBatch = new Protocol.SensorBatch(); sensorBatch.nightMode = new Protocol.SensorBatch.NightMode[1]; sensorBatch.nightMode[0] = new Protocol.SensorBatch.NightMode(); sensorBatch.nightMode[0].isNight = true; // allocate reuqired...