no sms deleted folder?
Posted
by Nicholas
on Stack Overflow
See other posts from Stack Overflow
or by Nicholas
Published on 2010-05-09T18:04:36Z
Indexed on
2010/05/09
18:08 UTC
Read the original article
Hit count: 429
android
Hi,
I'm new to Android and trying to convert a Windows Mobile app to java/android.
In WM there are the followning standard folders:
Inbox,Sent, dratfs, outbox, deleted.
I'm able to access all folders except deleted with
Uri.parse("content://sms/XXXXXX")
1) Is deleted folder missing?
2) Is it possible to create user folders, like "content://sms/My Folder"
Thanks, Nicholas
© Stack Overflow or respective owner