Add interface and extend db to support storing slice uris

Bug: 126222433
Test: manual
Merged-In: Ie81e69477d297aa96a0daad02d56196c956271a3
Change-Id: Ifdae6fc47dc078ba83c211d07d6028f00f11e6f2
This commit is contained in:
Fan Zhang
2019-05-28 15:40:43 -07:00
committed by Bonian Chen
parent d1998a6fe8
commit f609df425d
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,