Add interface and extend db to support storing slice uris

Bug: 126222433
Test: manual
Change-Id: Ie81e69477d297aa96a0daad02d56196c956271a3
This commit is contained in:
Fan Zhang
2019-05-28 15:40:43 -07:00
parent befcd016b7
commit 225da1517c
5 changed files with 37 additions and 4 deletions

View File

@@ -65,6 +65,7 @@ public class SlicesDatabaseHelperTest {
String[] expectedNames = {
IndexColumns.KEY,
IndexColumns.SLICE_URI,
IndexColumns.TITLE,
IndexColumns.SUMMARY,
IndexColumns.SCREENTITLE,