Hello to all.
I've a doubt that about the Manifest Editor, if it can be edited programmatically, but I'll explain what I want to do.
I've read the Dropbox sync, Libraries and so on, and I've successfully implemented it in my App, and it works properly and uploads the files that I want to DB, so far so good.
In the Manifest Editor I've had to put the key given by Dropbox like this
so it would work properly with the specific Dropbox account.
Now pops the doubts. Can I change the Manifest key by code?
Like creating an EditText on my program, than a button.
The user inserts the key in the EditText (and the secret off course), then when the button is pressed, the field in Manifest Editor where the key sets changes to the text inputed.
If it can be done that would be awesome, because I can create accounts in DB, then a field in my database where it stores the key and secret, then it changes when the user wants.
I know that the Manifest Editor is read-only, but it can be done?
Thank you all.
I've a doubt that about the Manifest Editor, if it can be edited programmatically, but I'll explain what I want to do.
I've read the Dropbox sync, Libraries and so on, and I've successfully implemented it in my App, and it works properly and uploads the files that I want to DB, so far so good.
In the Manifest Editor I've had to put the key given by Dropbox like this
B4X:
<data android:scheme="db-KEY IN HERE" /> <!-- NEED TO UPDATE -->
so it would work properly with the specific Dropbox account.
Now pops the doubts. Can I change the Manifest key by code?
Like creating an EditText on my program, than a button.
The user inserts the key in the EditText (and the secret off course), then when the button is pressed, the field in Manifest Editor where the key sets changes to the text inputed.
If it can be done that would be awesome, because I can create accounts in DB, then a field in my database where it stores the key and secret, then it changes when the user wants.
I know that the Manifest Editor is read-only, but it can be done?
Thank you all.