|
|
@ -258,7 +258,7 @@ public class NoteEditActivity extends Activity implements OnClickListener,
|
|
|
|
if (requestCode == 0 && resultCode == 1) {
|
|
|
|
if (requestCode == 0 && resultCode == 1) {
|
|
|
|
//对数据进行处理
|
|
|
|
//对数据进行处理
|
|
|
|
DrawPath = data.getStringExtra("path");
|
|
|
|
DrawPath = data.getStringExtra("path");
|
|
|
|
Log.i(TAG, "onActivityResult: 11111111111111111111111");
|
|
|
|
insertImg(DrawPath);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (requestCode == 1) {//callGallery()方法是以请求码为1来开启活动的,此处为响应活动结束
|
|
|
|
if (requestCode == 1) {//callGallery()方法是以请求码为1来开启活动的,此处为响应活动结束
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|