小编Shu*_*yan的帖子

Gboard贴纸搜索不返回结果

通过应用程序索引我向GBoard添加了贴纸包,但GBoard搜索无法通过关键字找到我的贴纸.

new Indexable.Builder("Sticker")
   .setName("Bye")
   .setImage("http://www.snoopysticker.com?id=1234")
   .setUrl("http://sticker/canonical/image/bye")
   .setDescription("A sticker for Bye")
   .put("keywords", "bye", "snoopy", "see ya", "good bye")
   .put("isPartOf",
        new Indexable.Builder("StickerPack")
          .setName("Snoopy Pack")
          .build())
   .build())};
Run Code Online (Sandbox Code Playgroud)

android firebase android-app-indexing

7
推荐指数
1
解决办法
860
查看次数

标签 统计

android ×1

android-app-indexing ×1

firebase ×1