Exposing some private methods to easily customize widgets popup

Change-Id: Ie7bd879200b1f14d472ff03fd64429930651a39f
This commit is contained in:
Sunny Goyal
2018-07-13 11:03:04 -07:00
parent 0b74a7fe5e
commit db6cdb07e8
7 changed files with 29 additions and 19 deletions
@@ -141,4 +141,8 @@ public class DeepShortcutView extends FrameLayout {
public View getIconView() {
return mIconView;
}
public ShortcutInfoCompat getDetail() {
return mDetail;
}
}