Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Gallery2
Commits
c2ea6b74
Commit
c2ea6b74
authored
10 years ago
by
Narayan Kamath
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Use java.util.Date instead of java.sql.Date."
parents
12eae246
1fdfadf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/com/android/gallery3d/filtershow/tools/SaveImage.java
src/com/android/gallery3d/filtershow/tools/SaveImage.java
+1
-1
src/com/android/gallery3d/util/SaveVideoFileUtils.java
src/com/android/gallery3d/util/SaveVideoFileUtils.java
+1
-1
No files found.
src/com/android/gallery3d/filtershow/tools/SaveImage.java
View file @
c2ea6b74
...
...
@@ -49,8 +49,8 @@ import java.io.FilenameFilter;
import
java.io.IOException
;
import
java.io.InputStream
;
import
java.io.OutputStream
;
import
java.sql.Date
;
import
java.text.SimpleDateFormat
;
import
java.util.Date
;
import
java.util.TimeZone
;
/**
...
...
This diff is collapsed.
Click to expand it.
src/com/android/gallery3d/util/SaveVideoFileUtils.java
View file @
c2ea6b74
...
...
@@ -28,8 +28,8 @@ import android.provider.MediaStore.Video.VideoColumns;
import
com.android.gallery3d.filtershow.tools.SaveImage.ContentResolverQueryCallback
;
import
java.io.File
;
import
java.sql.Date
;
import
java.text.SimpleDateFormat
;
import
java.util.Date
;
public
class
SaveVideoFileUtils
{
// This function can decide which folder to save the video file, and generate
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment