One can use
{% raw %}{% raw %}{% endraw %}.
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| namespace interviews | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
One can use
{% raw %}{% raw %}{% endraw %}.
| public static String getSdCardPath() | |
| { | |
| if (sdCardPath == null) | |
| { | |
| ArrayList<String> list = new ArrayList<String>(); | |
| String[] dirs = com.rhythminteractive.Util.FileUtil.getStorageDirectories(); | |
| for (String dir : dirs) | |
| { | |
| Timber.d("SDCard", "trying path '%s'", dir); |