projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed lack of File#getUsableSpace() in Android versions previous to GINGERBREAD
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
ui
/
activity
/
GenericExplanationActivity.java
diff --git
a/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
b/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
index
ccf3de8
..
a45383f
100644
(file)
--- a/
src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
+++ b/
src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
@@
-17,7
+17,7
@@
import com.actionbarsherlock.app.SherlockFragmentActivity;
import com.owncloud.android.R;
/**
import com.owncloud.android.R;
/**
- * Activity showing a text message and, optionally, a couple
of scrollable lists of text
s.
+ * Activity showing a text message and, optionally, a couple
list of single or paired text string
s.
*
* Added to show explanations for notifications when the user clicks on them, and there no place
* better to show them.
*
* Added to show explanations for notifications when the user clicks on them, and there no place
* better to show them.