No, it works just fine on all API levels. You can write in one process and read 
in another one. The only thing that is not working across processes is change 
notifications.

Cheers, Michael
mictale.com/ms
--



On May 14, 2013, at 8:39 PM, Justin Anderson <[email protected]> wrote:

> 
> 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 a topic in the Google 
> Groups "Android Developers" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/android-developers/4K-boEk41q8/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
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.


Reply via email to