Export the code to fix b/218977698

Fixes: 218977698

Change-Id: Ib1eb148845b1b1ee4ab9192f5e3dd78c00a594ec
diff --git a/java/src/com/android/textclassifier/common/intent/LabeledIntent.java b/java/src/com/android/textclassifier/common/intent/LabeledIntent.java
index 5c420ad..abc879d 100644
--- a/java/src/com/android/textclassifier/common/intent/LabeledIntent.java
+++ b/java/src/com/android/textclassifier/common/intent/LabeledIntent.java
@@ -92,7 +92,7 @@
   @Nullable
   public Result resolve(Context context, @Nullable TitleChooser titleChooser) {
     final PackageManager pm = context.getPackageManager();
-    final ResolveInfo resolveInfo = pm.resolveActivity(intent, 0);
+    final ResolveInfo resolveInfo = pm.resolveActivity(intent, PackageManager.MATCH_DEFAULT_ONLY);
 
     if (resolveInfo == null || resolveInfo.activityInfo == null) {
       // Failed to resolve the intent. It could be because there are no apps to handle