Merge "When logging ranking positions, use the number of displayed targets in calculating offset rather than the total number available." into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e61d9aa040
@@ -1761,7 +1761,7 @@ public class ChooserActivity extends ResolverActivity implements
|
||||
case ChooserListAdapter.TARGET_CALLER:
|
||||
case ChooserListAdapter.TARGET_STANDARD:
|
||||
cat = MetricsEvent.ACTION_ACTIVITY_CHOOSER_PICKED_APP_TARGET;
|
||||
value -= currentListAdapter.getSelectableServiceTargetCount();
|
||||
value -= currentListAdapter.getSurfacedTargetInfo().size();
|
||||
numCallerProvided = currentListAdapter.getCallerTargetCount();
|
||||
getChooserActivityLogger().logShareTargetSelected(
|
||||
SELECTION_TYPE_APP,
|
||||
|
||||
Reference in New Issue
Block a user