Implement new method for handling SMS/MMS on the platform

Multi project change:
The changes in this project update the settings app to support the new
default SMS app setting. I have also updated the order of the wireless
settings in the UX as per request from rachelg.

Bug: 10449618
Change-Id: Iba1ac6ea3f29c2a72af83b122ec5ea3a16a28e58
This commit is contained in:
David Braun
2013-09-16 13:45:42 -07:00
parent 77fbf0c7a4
commit 4e9f04de0a
8 changed files with 356 additions and 31 deletions

View File

@@ -1453,7 +1453,7 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
obj.transact(IBinder.SYSPROPS_TRANSACTION, data, null, 0);
} catch (RemoteException e) {
} catch (Exception e) {
Log.i(TAG, "Somone wrote a bad service '" + service
Log.i(TAG, "Someone wrote a bad service '" + service
+ "' that doesn't like to be poked: " + e);
}
data.recycle();