I am trying to get my apps ready for the Kindle Fire HDX. Amazon has a test app to do preliminary test. My application fails with a ringtone detected error. See attachment. Any suggestions. I used the phone library as such:
If FirstTime Then
Dim p As Phone
If p.Model = "Kindle Fire" Then
Kindle = True
Else
Kindle = False
End If
If FirstTime Then
Dim p As Phone
If p.Model = "Kindle Fire" Then
Kindle = True
Else
Kindle = False
End If