Android TV (#933)

* Disable touchscreen requirement

* Add Android TV feature

* Add Android TV draft banner

* Add Android TV check method
This commit is contained in:
albexk 2024-08-06 12:41:44 +03:00 committed by GitHub
parent ffe2314d47
commit f978f55e7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 25 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public:
void saveFile(const QString &fileName, const QString &data);
QString openFile(const QString &filter);
bool isCameraPresent();
bool isOnTv();
void startQrReaderActivity();
void setSaveLogs(bool enabled);
void exportLogsFile(const QString &fileName);