puutaro

Results 15 comments of puutaro

Thank you for question. `QUERY_ALL_PACKAGES` -> CommandClick is also QR executor. So `QUERY_ALL_PACKAGES` is used for executing qr image contents.: WIFI, URL, SMS, MAIL etc.. `ACCESS_FINE_LOCATION` -> Ths require WIFI...

Like your comment, QUERY_ALL_PACKAGES don't use currently. So I remove once in [this release](https://github.com/puutaro/CommandClick/releases/tag/v1.3.2) Apparently, this permission add 5. 2023. In this season, I feel like I explore package other...

Thank you for download and pointint out. This problem is found yesterday, and I fix at [this v0.0.42 release](https://github.com/puutaro/CommandClick/releases/tag/v0.0.42) . When reinastalling , I recomend that you delete `cmdclick` directory...

> Maybe should you get help, or wait to have a more finished app before publishing ? About above pointing out, Your suggest is that anyone can coming up with....

ping @pouek

Thank you for your pointing out! I increment `versionCode` recreate [release](https://github.com/puutaro/CommandClick/releases/tag/v1.2.0) By this, I think `CommmandClick` is satisfied with your and google's specificaton. ```kt.kt val versionMajor = 1 val versionMinor...

https://github.com/puutaro/CommandClick/releases/tag/v0.0.35

Thank you. I correct `versionCode` implementation. Probably due to specifying `versionCode` by variable like bellow ```kt.kt versionCode = versionCode ``` So correct bellow ```kt.kt versionCode = 54 ```

https://github.com/puutaro/CommandClick/releases/tag/v0.0.37

In other words, Should I version up after re-build release code ?