Android Question Please add ignorebatteryoptimisations permission to my manifest string

Dear specialists,
Build in B4A manifest editor produces inaccessible Editable field object class, so NVDA screen reader can not work inside it.
So I have big plea to you.
Please, add
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>

to my Manifest long string from .B4A module, which I AM attaching here.

Routine for recalling Ignore battery optimisations work I must only add The manifest
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>



Thank you for your help.
 

Attachments

  • manifest string.txt
    752 bytes · Views: 155
Solution
Attached.

Note that you can edit it with any text editor. Each line should end with ~\n~ instead of the new line character.
Thank you very very much. I will try The app with this permission enabled.
Really, modern Android build in battery permission background routines are very strict and it is really rather impossible to force new Android OS to allow some background tasks with screen dimmed. Even if user will connect AC power adapter to his device. Do you know, if this permission exist also on Android 10, 11 and 12, or if powerful GOogle corporation has removed this permission from thodse new versions?
 
Upvote 0
Top