Confirmed users
975
edits
| Line 143: | Line 143: | ||
*Add <tt>Stub* implements <your-interface></tt> to <tt>StubBrowserDB</tt> and have the implementation do nothing. Construct your <tt>Stub*</tt> with your member variable declaration and add the getter. | *Add <tt>Stub* implements <your-interface></tt> to <tt>StubBrowserDB</tt> and have the implementation do nothing. Construct your <tt>Stub*</tt> with your member variable declaration and add the getter. | ||
*Don't forget to add your new files to <tt>moz.build</tt> | *Don't forget to add your new files to <tt>moz.build</tt> | ||
====Test the class to query via the ContentResolver==== | |||
=== Updating search engine icons === | === Updating search engine icons === | ||