I am trying to run Erel's demo for Custom Context Menu for Text Selection on my old Samsung Note 8, dev phone.
The code is found here:
Every time I run the code it gives me this error:
Any thoughts on what to do?
The code is found here:
Custom Context Menu for Text Selection
This example uses inline Java with JavaObject to allow creating custom context menus when the user selects text. To use it in your project you need to add the inline Java code and implement this method: Sub ContextMenu_Create(ActionMode As JavaObject, FocusedView As View) Dim menu As...
www.b4x.com
Every time I run the code it gives me this error:
B4X:
adb: failed to install b4a6_RAPID_DEBUG.apk: Failure [-26: Package b4a.example new target SDK 19 doesn't support runtime permissions but the old target SDK 29 does.]
Any thoughts on what to do?