Hi,
I'm looking for something similar to Symbian's private folder/application feature in Harmattan.
From Dev. library I read about storing in /home/user/private folder but after testing it I observed that stored files by a given application can be read by another.
In short I have 2 apps:
- App. x stores data in /home/user/private/fx.txt using QFile
- App. y reads data from /home/user/private/fx.txt using QFile
I was expecting /home/user/private/fx.txt to be accessible/visible only for App. x
I'm I missing something? Probably some credentials in the manifest? (I'm using default manifest for both apps)

Reply With Quote

