Files
frameworks_base/core/java/android/app
Brad Fitzpatrick 4e920f70f3 Add MODE_MULTI_PROCESS flag to Context.getSharedPreferences()
Also, changes to make this testable with CTS:

-- special PENALTY_DEATH StrictMode fast path that doesn't use
   the Looper idling to "time" the violation.  Only used when
   death is the only violation,

-- make PENALTY_DEATH throw a RuntimeException instead of
   killing its process with a signal.  this means we can catch
   it in CTS tests, but it's also more consistent with
   PENALTY_NETWORK_DEATH in Honeycomb.

-- make FileUtils.getFileStatus() invoke StrictMode, which isn't
   (yet?) aware of I/O in native code.  so help it out.

CTS test for MODE_MULTI_PROCESS is in I6154edab

Change-Id: Icf93f9dfb0ece06b16781e4803dd2c17df3cf1b3
2010-12-14 16:27:21 -08:00
..
2010-12-06 17:23:26 -08:00
2010-12-13 15:48:40 -05:00
2010-04-07 13:54:49 +08:00
2010-06-07 21:19:16 -07:00
2010-08-05 15:44:26 -07:00
2010-11-08 10:46:19 -08:00
2010-08-02 07:54:18 -07:00
2010-11-29 15:47:55 -08:00
2010-03-04 11:52:14 -08:00