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
I have a short, runnable example that reproduces the issue
I reproduced the problem with the latest development version (p4a.branch = develop)
I used the grave accent (aka backticks) to format code or logs when appropriated
Versions
Python: 3.10
OS: Android
Kivy: 2.3.0
Cython: 0.29.37
OpenJDK: 17
Description
Hi, could you please modify PythonActivity.java to either add additional options or to gracefully handle cases where the android.manifest.orientation parameter is already specified in the manifest? This adjustment would prevent conflicts and ensure smoother integration with buildozer.spec configurations.
Currently, users need to set it inside the app using mActivity.setRequestedOrientation. For example: mActivity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_FULL_USER), full minimal code:
Checklist
p4a.branch = develop
)Versions
Description
Hi, could you please modify PythonActivity.java to either add additional options or to gracefully handle cases where the
android.manifest.orientation
parameter is already specified in the manifest? This adjustment would prevent conflicts and ensure smoother integration with buildozer.spec configurations.Currently, users need to set it inside the app using
mActivity.setRequestedOrientation
. For example:mActivity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_FULL_USER)
, full minimal code:Screenshot from app's ipykernel (part of my sample in git repository):
Then everything works ok..
Spec file:
The text was updated successfully, but these errors were encountered: