Share with NFC, Qr Code sharing refactored, Receiving NFC is not ready yet
This commit is contained in:
@@ -57,8 +57,7 @@ public class HelpFragmentAbout extends SherlockFragment {
|
||||
View view = inflater.inflate(R.layout.help_fragment_about, container, false);
|
||||
|
||||
// load html from html file from /res/raw
|
||||
InputStream inputStreamText = OtherHelper.getInputStreamFromResource(this.getActivity(),
|
||||
R.raw.help_about);
|
||||
InputStream inputStreamText = getResources().openRawResource(R.raw.help_about);
|
||||
|
||||
TextView versionText = (TextView) view.findViewById(R.id.help_about_version);
|
||||
versionText.setText(getString(R.string.help_about_version) + " " + getVersion());
|
||||
|
||||
Reference in New Issue
Block a user