I used ChatGPT to create a B4A app that uses the autoFill feature for Android OS.
It showed that I should add to the manifest the following text:
After saving the Manifest changes, I got an error in the Log tab as stated in the title.
It's referencing the CreateResourceFromFile line.
What am I to assume from this?
That ChatGPT is wrong or missing something?
I searched on the B4A forum and found nothing explicit to "Macro, Core".
Can someone enlighten me on this?
Regards,
Mark Stuart
It showed that I should add to the manifest the following text:
B4X:
SetApplicationAttribute(android:autofillHints, "")
CreateResourceFromFile(Macro, Core)
AddManifestText(<activity android:name="anywheresoftware.b4a.B4AActivity"
android:autofillHints="username password" />
After saving the Manifest changes, I got an error in the Log tab as stated in the title.
It's referencing the CreateResourceFromFile line.
What am I to assume from this?
That ChatGPT is wrong or missing something?
I searched on the B4A forum and found nothing explicit to "Macro, Core".
Can someone enlighten me on this?
Regards,
Mark Stuart