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

Unified Diff: res/values/bools.xml

Issue 8483105: ABP/Android resources (Closed)
Patch Set: Created Oct. 5, 2012, 9:37 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values/arrays.xml ('k') | res/values/integers.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/bools.xml
===================================================================
new file mode 100755
--- /dev/null
+++ b/res/values/bools.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="def_startatboot">true</bool>
+ <bool name="def_wifirefresh">true</bool>
+ <bool name="def_crashreport">true</bool>
+ <bool name="def_release">false</bool>
+</resources>
« no previous file with comments | « res/values/arrays.xml ('k') | res/values/integers.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld