public class Utils { public static List getMessages() { //File file = new File(\"file:///android_asset/helloworld.txt\"); AssetMan
If you use other any class other than Activity, you might want to do like,
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader( YourApplication.getInstance().getAssets().open("text.txt"), "UTF-8"));