Log interacted package from ContextualNotificationChannelSlice

Fixes:129726858
Test: visual, robotests
Change-Id: Ife4043fe0bcb52445e8e2efec20781ce43c54fef
This commit is contained in:
Yanting Yang
2019-03-29 00:38:56 +08:00
parent 78e097f239
commit b29e53a450
4 changed files with 179 additions and 1 deletions

View File

@@ -16,8 +16,11 @@
package com.android.settings.homepage.contextualcards;
import java.util.List;
import androidx.slice.Slice;
/** Feature provider for the contextual card feature. */
public interface ContextualCardFeatureProvider {
/** Log package when user clicks contextual notification channel card. */
void logNotificationPackage(Slice slice);
}