OSDN Git Service

HardwareCollector: send hardware information to GA
authorHugo <hugo@jidemail.com>
Sat, 9 Jul 2016 10:09:49 +0000 (18:09 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 10 Aug 2016 09:48:27 +0000 (17:48 +0800)
commit1e4bc49f0f1339d7c9f417b73ff359daf5dd1468
treee6dd1cdc16a280fc47a2d48fbecac2ea8b87e3ed
parent459126d294eb95ef0b8e7bfc47f8a67cf34fa8f2
HardwareCollector: send hardware information to GA

This app/service will collect informations about device hardware after
boot completed and send these informations to AnalyticsService that will
in turn anonymously send these informations to Google Analytics servers.
HardwareCollector/Android.mk [new file with mode: 0644]
HardwareCollector/AndroidManifest.xml [new file with mode: 0644]
HardwareCollector/res/values/strings.xml [new file with mode: 0644]
HardwareCollector/src/org/android_x86/hardwarecollector/BootCompletedReceiver.java [new file with mode: 0644]
HardwareCollector/src/org/android_x86/hardwarecollector/HardwareCollectorService.java [new file with mode: 0644]