Android: Make Android manager activity start arguments configurable

Change-Id: I2e09029e4eb0b8a57fda53efff3d42f109bfe905
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Vikas Pachdha
2017-05-15 14:48:39 +02:00
parent 18fddf8275
commit a30a18177b
14 changed files with 282 additions and 32 deletions

View File

@@ -66,8 +66,8 @@ public:
virtual void remoteErrorOutput(const QString &output);
signals:
void asyncStart(const QString &intentName, const QVector<QStringList> &adbCommands);
void asyncStop(const QVector<QStringList> &adbCommands);
void asyncStart(const AndroidRunnable &runnable);
void asyncStop(const AndroidRunnable &runnable);
void remoteDebuggerRunning();
void adbParametersChanged(const QString &packageName, const QStringList &selector);