diff src/com/five_ten_sg/connectbot/WizardActivity.java @ 256:29a431920007

help shows full version info
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 14:11:09 -0700
parents 0ce5cc452d02
children 071eccdff8ea
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/WizardActivity.java	Mon Jul 14 13:02:34 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/WizardActivity.java	Mon Jul 14 14:11:09 2014 -0700
@@ -48,15 +48,6 @@
         // inflate the layout for EULA step
         LayoutInflater inflater = LayoutInflater.from(this);
         View helpView = inflater.inflate(R.layout.wiz_eula, this.flipper, false);
-        TextView appVersionView = (TextView) helpView.findViewById(R.id.app_version);
-
-        // get package version
-        try {
-            appVersionView.setText(getPackageManager().getPackageInfo(getPackageName(), 0).versionName);
-        }
-        catch (NameNotFoundException e) {
-            Log.e(TAG, "Problem retrieving application version", e);
-        }
 
         this.flipper.addView(helpView);
         // Add a view for each help topic we want the user to see.