fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

On Android, allow customization of PREFS_NAME for storage #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AndroidStorage hard-codes playn as the PREFS_NAME.

Please provide an option for us to use our own name-space. This can be done as 
a setter on AndroidStorage: 

setPrefsName(String name);

Original issue reported on code.google.com by in...@trymph.com on 30 Jul 2012 at 11:43

GoogleCodeExporter commented 9 years ago
Fixed in 
https://github.com/threerings/playn/commit/79d8f4f6b9d59bea66a120fcff4ea78fef4fb
7e7

Original comment by m...@samskivert.com on 29 Nov 2012 at 12:40