On Tue, May 14, 2013 at 12:59 AM, Michael Schollmeyer <[email protected]>wrote:
> prefs = context.getSharedPreferences(context.getPackageName() + > "_preferences", Context.MODE_PRIVATE | 0x4); // Context.MODE_MULTI_PROCESS > > Which also compiles in earlier API levels. The additional flag does no > harm in pre-level-11 runtimes. > Wouldn't that also mean the app wouldn't run properly (not being able to read shared preferences across processes)? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

