Snap for 9355470 from c70f00ec748f9c1e5dbb4060e4696ce3a2187f72 to mainline-cellbroadcast-release

Change-Id: I417c3a3156095217a76c75ec0553a046c27ab97b
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