On 04/23/2016 02:10 PM, Richard Hipp wrote:

> Is there a well-defined way to find the name of the application's own 
> directory?

The SDL2 library uses this approach

http://www.androwish.org/index.html/artifact/f90b192eadfe588218283717932d35528d84c715?txt=1&ln=1637-1682

i.e. calls android.content.Context.getCacheDir(), see

http://developer.android.com/reference/android/content/Context.html#getCacheDir()

Reply via email to