Log interacted package from ContextualNotificationChannelSlice
Fixes:129726858 Test: visual, robotests Change-Id: Ife4043fe0bcb52445e8e2efec20781ce43c54fef
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user