Having generated a webapp with the generator, how do I test my click on the device?
The method I use for testing clicks is:-
Make the device accessible over
adb
using System Settings → About this phone → Developer Mode → Switch on.Attach the device via a USB cable
-
Use
adb
to push the click package to the deviceadb push /path/to/your.click /tmp
-
Use
adb
to install the click packageadb shell pkcon install-local --allow-untrusted /tmp/your.click
Pull down in the app scope to see the icon for your application appear