AhsanSarwar45 / flutter_boot_receiver

A Flutter plugin for registering Dart callbacks when the Android device boots up.
MIT License
2 stars 1 forks source link

meta quest vr headset ignoring on boot request #2

Open jasonJamEther opened 1 month ago

jasonJamEther commented 1 month ago

I was excited to try this on a vr headset. My app installs and I can open it manually, but it appears to ignore any permissions or requests described and used by this package. Have you tried and had success on a vr headset like the Quest 2 or 3?

AhsanSarwar45 commented 1 month ago

Sadly I haven't tried it on any VR headset. I'll try looking into it though. Off the top of my head, is your app installed in internal or external storage?

jasonJamEther commented 1 month ago

I guess I don't know the answer to this. I am running 'flutter install' to install to the vr headset. I assume that means it would be internal storage.

AhsanSarwar45 commented 1 month ago

You just need to add this to your manifest tag in AndroidManifest.xml

<manifest android:installLocation="internalOnly" >