Android: Detect "unauthorized" devices.

For now just show that in the compile output.

Change-Id: I332a8cae5653155175abfb1a4877ca1ca7cce8d5
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2013-08-28 12:50:32 +02:00
parent de1af231e9
commit 211e56b5b7
2 changed files with 13 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ struct AndroidDeviceInfo
QString serialNumber;
QStringList cpuAbi;
int sdk;
bool unauthorized;
static QStringList adbSelector(const QString &serialNumber);
};