localStorage same index name in another app

Hi. Im’ developing an app and have used the localStorage for many times.
For example I have such a thing:

window.localStorage['is_user_paid'] = 1;

So, if user pay the money, I set this localStorage item.

Now, if another app set this to 1, and run in the device, does my app assume the user is really paid? Any idea?