Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: res/values/bools.xml

Issue 5094040492048384: Build release versions by default (again) (Closed)
Patch Set: Created Feb. 27, 2014, 5:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <bool name="def_startatboot">true</bool> 3 <bool name="def_startatboot">true</bool>
4 <bool name="def_hideicon">false</bool> 4 <bool name="def_hideicon">false</bool>
5 <bool name="def_wifirefresh">true</bool> 5 <bool name="def_wifirefresh">true</bool>
6 <bool name="def_crashreport">true</bool> 6 <bool name="def_crashreport">true</bool>
7 <bool name="def_release">false</bool> 7 <bool name="def_release">true</bool>
8 </resources> 8 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld