i want to use a property file in my application.
I putted config.properties in my application package. When i try to open it by
- Code: Select all
getApplicationContext().openFileInput("config.properties")
I can put the file in that folder in emulator and, so, it will find the file. My problem is real device, how i can put config.properties in that folder on real device?
Thanks in advice, regards.



