You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,12 @@ The sample shows how the library can handle various parameters being changed on
9
9
10
10
Note that even though the sample is of API 16, it should work fine on most cases for much older versions.
11
11
12
-
This is not a requirement though. It's more of a suggestion, because older versions might have issues as a cause of [**this known bug**][2], which affects API 12-15 (including).
12
+
Known issues
13
+
------------
14
+
15
+
- API 12-15 (including) of Android might have issues as a cause of [**this known bug**][2], but in most cases it should work fine there too.
16
+
17
+
- On very rare cases, the last character of a line goes to the next line. If you know how to fix it, please write down about it.
0 commit comments