summaryrefslogtreecommitdiffstats
path: root/src_pd/com
diff options
context:
space:
mode:
Diffstat (limited to 'src_pd/com')
-rw-r--r--src_pd/com/android/camera/util/IntentHelper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src_pd/com/android/camera/util/IntentHelper.java b/src_pd/com/android/camera/util/IntentHelper.java
index a6c2c3720..6f17a624b 100644
--- a/src_pd/com/android/camera/util/IntentHelper.java
+++ b/src_pd/com/android/camera/util/IntentHelper.java
@@ -32,7 +32,6 @@ public class IntentHelper {
public static Intent getVideoPlayerIntent(Context context, Uri uri) {
return new Intent(Intent.ACTION_VIEW)
- .setPackage(GALLERY_PACKAGE_NAME)
.setDataAndType(uri, "video/*");
}
}