Apip Bayok
Member
Hi,
I have some issues with NB6 Custom Sound,
I use File Provider class module that is required for some features with this code below in the manifest editor
but NB6 Custom Sound example source code is a little bit different
when I use <files-path name="name" path="shared" /> NB6 custom sound did not play the sound, otherwise
if I use <external-files-path name="name" path="shared" /> it's ringing but my other function not work.
I put it together the result is sound ringing but another function is failed and my app is force close.
I attach the project sample.
Help, please.
I have some issues with NB6 Custom Sound,
I use File Provider class module that is required for some features with this code below in the manifest editor
File path in File Provider Class Module:
CreateResource(xml, provider_paths,
<files-path name="name" path="shared" />
)
but NB6 Custom Sound example source code is a little bit different
NB6 Manifest:
CreateResource(xml, provider_paths,
<external-files-path name="name" path="shared" />
)
when I use <files-path name="name" path="shared" /> NB6 custom sound did not play the sound, otherwise
if I use <external-files-path name="name" path="shared" /> it's ringing but my other function not work.
I put it together the result is sound ringing but another function is failed and my app is force close.
I attach the project sample.
Help, please.