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
=== modified file 'accountsservice/com.ubuntu.touch.AccountsService.Phone.xml'
--- accountsservice/com.ubuntu.touch.AccountsService.Phone.xml 2016-03-23 15:16:44 +0000
+++ accountsservice/com.ubuntu.touch.AccountsService.Phone.xml 2016-11-09 20:48:51 +0000
@@ -11,6 +11,10 @@
11 <annotation name="org.freedesktop.Accounts.DefaultValue.String" value="ask"/>11 <annotation name="org.freedesktop.Accounts.DefaultValue.String" value="ask"/>
12 </property>12 </property>
1313
14 <property name="MmsEnabled" type="b" access="readwrite">
15 <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
16 </property>
17
14 <property name="MmsGroupChatEnabled" type="b" access="readwrite">18 <property name="MmsGroupChatEnabled" type="b" access="readwrite">
15 <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>19 <annotation name="org.freedesktop.Accounts.DefaultValue" value="false"/>
16 </property>20 </property>

Subscribers

People subscribed via source and target branches