mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Update documentation of exported CSV format
This commit is contained in:
parent
88c8f78a4f
commit
9c4b8ed860
|
@ -268,13 +268,14 @@ public final class HistoryManager {
|
|||
* and double-quoted. Double-quotes within values are escaped with a sequence of two
|
||||
* double-quotes. The fields output are:</p>
|
||||
*
|
||||
* <ul>
|
||||
* <ol>
|
||||
* <li>Raw text</li>
|
||||
* <li>Display text</li>
|
||||
* <li>Format (e.g. QR_CODE)</li>
|
||||
* <li>Timestamp</li>
|
||||
* <li>Unix timestamp (milliseconds since the epoch)</li>
|
||||
* <li>Formatted version of timestamp</li>
|
||||
* </ul>
|
||||
* <li>Supplemental info (e.g. price info for a product barcode)</li>
|
||||
* </ol>
|
||||
*/
|
||||
CharSequence buildHistory() {
|
||||
SQLiteOpenHelper helper = new DBHelper(activity);
|
||||
|
|
Loading…
Reference in a new issue