|
Post by Dmitry Soldatenkov on Aug 16, 2023 16:53:35 GMT
If you can send your sources, we can investigate all issues. If it impossible, you can show your code fragment and steps - we will check it on our side. About home launcher - we add some to Rhodes for support kiosk mode but it require also some adds in manifest - I just check it now with just generated application and do not see any similar issues. Please send us your build.yml and AndroidManifest if it exist in your app folder.
|
|
|
Post by newuser on Aug 16, 2023 20:44:08 GMT
I am able to get the same home launcher behaviour with the default app I created with rhogen command, so I'm unsure why we would have different results. Would it matter which version of Android it's installed on or which Android SDK I'm targetting?
|
|
|
Post by Dmitry Soldatenkov on Aug 16, 2023 21:17:58 GMT
We need more info - Android version, device model
|
|
|
Post by newuser on Aug 17, 2023 8:02:11 GMT
Android 11 running on a OnePlus 6T. I'll check some other devices as well to confirm behaviour.
|
|
|
Post by newuser on Aug 17, 2023 10:03:00 GMT
Tested on Android 12 running on a Pixel 3a and the app can still be selected as a launcher/home app. The camera issue is similar - you can take a picture, but this time you can accept it it just doesn't save.
Also tested on Android 8.1 running on a Samsung Tab A (2016). The app can still be selected as a launcher/home app. The camera opens, when you take a picture the camera app crashes, the image is stored on the device gallery but is not saved in the app.
|
|
|
Post by Dmitry Soldatenkov on Aug 17, 2023 12:54:25 GMT
Hi,
We reproduced issue with home launcher on Android 11, but not reproduced on 9 and 13. We will fix them soon.
|
|
|
Post by newuser on Aug 17, 2023 13:35:23 GMT
Thank you for the update In those versions (9 and 13) it wasn't asking to be used as a launcher when pressing the home button, but if you went into the device settings you could mark it as a home launcher.
|
|
|
Post by Dmitry Soldatenkov on Aug 18, 2023 13:41:35 GMT
|
|
|
Post by newuser on Aug 18, 2023 15:42:02 GMT
Awesome, thank you!
I'll do some further testing on the camera issues once I've installed the new version, will keep you updated.
|
|
|
Post by newuser on Aug 22, 2023 11:31:25 GMT
That last release has fixed the home/launcher app issue, so thank you I'm still unable to take pictures. I've tested building the linked sample app and using the camera within that, no issues there. So I'm trying to find out what's different between the apps. Weirdly, the issue I had before (missing resources/xml and manifest file) is not preventing build for the sample app even though they are missing. Is there a reason I need to include these to get a successful build but the sample app does not?
|
|
|
Post by Dmitry Soldatenkov on Aug 22, 2023 14:05:32 GMT
|
|
|
Post by Dmitry Soldatenkov on Aug 22, 2023 14:06:25 GMT
|
|
|
Post by Dmitry Soldatenkov on Aug 22, 2023 14:08:26 GMT
|
|
|
Post by newuser on Aug 22, 2023 16:45:25 GMT
Thank you, I've checked my extensions/capabilities and I think they are all ok now.
I ran debug in Android Studio and the camera is crashing with the below error:
Writing exception to parcel
java.lang.SecurityException: The authority com.example.datacollection.fileprovider does not match the one of the contentProvider: com.example.datacollection.provider
at android.content.ContentProvider.validateIncomingAuthority(ContentProvider.java:2505)
at android.content.ContentProvider.validateIncomingUri(ContentProvider.java:2520)
at android.content.ContentProvider$Transport.openAssetFile(ContentProvider.java:491)
at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:272)
at android.os.Binder.execTransactInternal(Binder.java:1154)
at android.os.Binder.execTransact(Binder.java:1123)
|
|
|
Post by Dmitry Soldatenkov on Aug 22, 2023 17:05:37 GMT
|
|