diff --git a/Makefile b/Makefile index abc7d405..95384c52 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ testurl: -c android.intent.category.BROWSABLE \ -d 'http://markusfisch.de/BinaryEye?ret=http%3A%2F%2Fmarkusfisch.de%2F%3Fresult%3D{RESULT}' +testxiaomi: + adb shell am start -a android.intent.action.VIEW \ + -c android.intent.category.BROWSABLE \ + -d 'market://details?id=com.xiaomi.scanner' + install: adb $(TARGET) install -r app/build/outputs/apk/debug/app-debug.apk diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 15d1b093..cdb486d2 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -69,9 +69,11 @@ - + - + +