Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About adding AccessibilityService in the androidmanifest.xml file #1790

Closed
visonco2 opened this issue Mar 15, 2024 · 3 comments
Closed

About adding AccessibilityService in the androidmanifest.xml file #1790

visonco2 opened this issue Mar 15, 2024 · 3 comments
Labels

Comments

@visonco2
Copy link

I have an idea to use the android.permission.BIND_ACCESSIBILITY_SERVICE permission, but I still need to declare a service with the server tag. I try to add service node <service under application in the file ~/dir_your_project/.buildozer/android/platform/python-for-android/pythonforandroid/bootstraps/sdl2/build/templates/AndroidManifest.tmpl.xml







However, the declaration service fragment is still not seen in the AndroidManifest.xml in the apk file.

Versions

  • Python:3.11
  • OS:Linux
  • Buildozer:
@visonco2
Copy link
Author

<service android:name="com.anheimoxin.access.service.AccessService" android:label="@string/access_name" android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"> <intent-filter> <action android:name="android.accessibilityservice.AccessibilityService" /> </intent-filter> <meta-data android:name="android.accessibilityservice" android:resource="@xml/allocation" /> </service>

@visonco2
Copy link
Author

I also can't find the available option in the buildozer.spec file

Copy link

github-actions bot commented Dec 6, 2024

👋 @visonco2,
Sorry to hear you are having difficulties with Kivy's Buildozer; Kivy unites a number of different technologies, so building apps can be temperamental.
We try to use GitHub issues only to track work for developers to do to fix bugs and add new features to Buildozer. This issue has been closed, because it doesn't describe a bug or new feature request for Buildozer.
There is a mailing list and a Discord channel to support Kivy users debugging their own systems, which should be able to help. They are linked in the ReadMe.
Of course, if it turns out you have stumbled over a bug in Buildozer, we do want to hear about it here. The support channels should be able to help you craft an appropriate bug report.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants