You can make it do that however I think @Kodular should help now.
i think so
Yes.this is moneystorm
He asked if it’s a money app
yes.i say it is moneyapp
@maddevs
Tiny DB is a storage component so the app requires permission to access your files.
In other builders the permission is automatically granted. But makeroid, which is a better platform, asks user to grant the permission.
Don’t be afraid of getting your information leaked.
Makeroid is a good and safe place.
Happy Developing!
if users denied to access .Then what happened? becuase i use tinyDb for store user id.
how to control tinyDb permission?
When denied by users, he can’t able to anything.
That’s the entire point of having permissions.
suppose users denied, then he can’t go to other screen.
Is it possible?
Probably. Yeah.
Using the Is Permissions Granted
block when Screen1.Initialize
with a green not
block connected to Is Permissions Granted
, then Close Applications
if If not Is Permissions Granted
, you can then make it impossible to use your app without permissions.
Which Components Allow Phone Call Permissions
its taking permission for tiny db
i think messaging component taking permission for that
I thought eraning apps are not allowed, he answered with yes , what will happen now, will his accout deleted ? , I thought if i built earning apps that my accoubt will be deleted or your app.I ask only why you read often that this is not allowed and so on. It does now interest me what will happen now.
Read the error… Permission denied, you have to request android.permission.READ_EXTERNAL_STORAGE
and android.permission.WRITE_EXTERNAL_STORAGE
:)