summaryrefslogtreecommitdiffstats
path: root/photoviewer/src
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-08-07 10:35:04 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-08-07 10:35:04 -0700
commit9730472b92d267fc40347987b13e16c967d5d956 (patch)
tree5852eb061bac77f1df394764c237d73c9d9766a9 /photoviewer/src
parent509bd03a2a783f804e9456767b52e0f8ef43479b (diff)
downloadandroid_frameworks_ex-9730472b92d267fc40347987b13e16c967d5d956.tar.gz
android_frameworks_ex-9730472b92d267fc40347987b13e16c967d5d956.tar.bz2
android_frameworks_ex-9730472b92d267fc40347987b13e16c967d5d956.zip
Fix Build.
Change-Id: If36065612faadc4d6b44ddbfc9efde0597db4718
Diffstat (limited to 'photoviewer/src')
-rw-r--r--photoviewer/src/com/android/ex/photo/PhotoViewActivity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
index aa8029e..1ba81a8 100644
--- a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
+++ b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
@@ -164,8 +164,6 @@ public class PhotoViewActivity extends Activity implements
// album name; if not set, use a default name
if (mIntent.hasExtra(Intents.EXTRA_PHOTO_NAME)) {
mPhotoName = mIntent.getStringExtra(Intents.EXTRA_PHOTO_NAME);
- } else {
- mPhotoName = getResources().getString(R.string.photo_view_default_title);
}
// uri of the photos to view; optional