You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When screen changes orientation on Android 12 @ Pixel 3 XL with RemoteCam's activity in focus, RemoteCam v0.0.4 seems to restart: foreground notification is re-shown (with a sound), settings get reset, remote connections get disconnected.
If you don't want to properly deal with orientation then at least lock it with android:screenOrientation="portrait".
When screen changes orientation on Android 12 @ Pixel 3 XL with RemoteCam's activity in focus, RemoteCam v0.0.4 seems to restart: foreground notification is re-shown (with a sound), settings get reset, remote connections get disconnected.
If you don't want to properly deal with orientation then at least lock it with
android:screenOrientation="portrait".