Write to JSONObject to JSONfile
问题 I have an app that has to take a string, encode it into JSONObject format and write it into a JSON file in the SD. It all seems to be working fine apart from writing part. I have <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> command in my MANIFEST and that's my code btn1.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // String lines[] = importantemail.split("\\r?\\n"); // String firstLine = (lines[0]); //String secondLine