Tizen wallpaper/Tizen壁纸切换代码
//JavaScript: try { var appControl = new tizen.ApplicationControl( "http://tizen.org/appcontrol/operation/pick", null, "image/*", null, )]); var appControlReplyCallback = { onsuccess: function(reply) { var path = reply.value; path = "file://" + path; tizen.filesystem.resolve(path, function(imageFile) { try { tizen.systemsetting.setProperty("HOME_SCREEN", imageFile.toURI().replace("file://", ""), function(){alert("Success");},
页:
[1]