Merge lp:~boiko/gsettings-ubuntu-touch-schemas/add_mms_enable_option into lp:gsettings-ubuntu-touch-schemas

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 75
Merged at revision: 75
Proposed branch: lp:~boiko/gsettings-ubuntu-touch-schemas/add_mms_enable_option
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 14 lines (+4/-0)
1 file modified
accountsservice/com.ubuntu.touch.AccountsService.Phone.xml (+4/-0)
To merge this branch: bzr merge lp:~boiko/gsettings-ubuntu-touch-schemas/add_mms_enable_option
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
Roberto Mier Escandon (community) Approve
Review via email: mp+310485@code.launchpad.net

Commit message

Add an option to enable/disable MMS support globally (not only for groups).

Description of the change

Add an option to enable/disable MMS support globally (not only for groups).

To post a comment you must log in.
Revision history for this message
Roberto Mier Escandon (rmescandon) wrote :

Works fine

review: Approve
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

Makes sense to put this in AS as I think neither ofono, nm, nuntium fit the bill. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'accountsservice/com.ubuntu.touch.AccountsService.Phone.xml'
2--- accountsservice/com.ubuntu.touch.AccountsService.Phone.xml 2016-03-23 15:16:44 +0000
3+++ accountsservice/com.ubuntu.touch.AccountsService.Phone.xml 2016-11-09 20:48:51 +0000
4@@ -11,6 +11,10 @@
5 <annotation name="org.freedesktop.Accounts.DefaultValue.String" value="ask"/>
6 </property>
7
8+ <property name="MmsEnabled" type="b" access="readwrite">
9+ <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
10+ </property>
11+
12 <property name="MmsGroupChatEnabled" type="b" access="readwrite">
13 <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
14 </property>

Subscribers

People subscribed via source and target branches