Joshua Smith Posted October 4, 2021 Posted October 4, 2021 My application is written using WebXR and viewed using Firefox Reality on the Focus 3 headset. In order to allow offline use, I have a helper app with an embedded web server. Starting with Android 10, it's not possible for an app to start an activity on boot. (BOOT_COMPLETED is a broadcast event, and broadcast events handlers are not allowed to start activities.) Any ideas for a workaround for that? Alternately, I could have the user manually start our process, but our process is not appearing in the Library of things we can run. It *does* appear in the list of things you can run in Kiosk Mode. What's the secret to getting a side-loaded app to appear in the Library? 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now