No luck :(

---

package com.xxx.phone.ui;

import android.media.Ringtone;

interface ICallDialogActivity{
    void sendRingTone(in RingTone aRingTone);
}

---

I get the red x beside the import and "coundn't find import for class
android.media.Ringtone;"

On Fri, Sep 10, 2010 at 5:45 PM, Mark Murphy <mmur...@commonsware.com>wrote:

> On Fri, Sep 10, 2010 at 12:28 PM, Donal Rafferty <draf...@gmail.com>
> wrote:
> > Is that possible?
> >
> > I have a bind between my Service and the Activity at the minute but when
> I
> > try to change to aidl file to allow me pass the RingTone object it wont
> > compile for me, saying RingTone and com.android.RingTone cannot be
> > resolved/found
>
> Try android.media.Ringtone.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training in London: http://skillsmatter.com/go/os-mobile-server
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to