Thanks for LV426 and EI Presidente.
Sorry about my poor english.
Let me explain my customer's request for app as follow:
Product <-> App via Bluetooth 4.0
Product:Customer developed
App:Our team developed
1.They have the product that can communicate between app via bluetooth 4.0.
2.The product can receive custom commands to process things from app.
3.Our App will send sms notification command to product when phone received a text message from sms provider.
4.Their product can show sms icon when receive the notification.
5.They ask our app to send a notification to dismiss the icon because their product can't knows the sms be read.
6.Their request is our app must to know all of unread sms text message on phone and than the app send notification to dismiss icon on their product when user clicked all sms text messages of unread.
7.The text message state is from unread to read above 6.
--------------------------------------------------------------------------------------------------
According to all of above , I know the API that I can do:
1.I use BroadcastReceiver class to receive broadcast by android.provider.Telephony.SMS_RECEIVED
2.But I search all resource on website such as google , stackoverflow , All answer shows me the android API unable to do their request.
--------------------------------------------------------------------------------------------------
Our customer doesn't trust my explanation and ask my team to prove why unable to do.