[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel

Bump

On Sep 30, 12:36 am, tberthel [EMAIL PROTECTED] wrote:
 How do I get an instance of Vibrate in a different package now that
 the constructor is not public?
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel

android.os.Vibrator is the actual class.

Strange that it's not just a static call to begin with.

On Sep 30, 12:55 pm, tberthel [EMAIL PROTECTED] wrote:
 Bump

 On Sep 30, 12:36 am, tberthel [EMAIL PROTECTED] wrote:

  How do I get an instance of Vibrate in a different package now that
  the constructor is not public?
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Vibrate constructor is not public and not documented in API Differences

2008-09-30 Thread tberthel

Never mind I found it:

Vibrator vibrator =
(Vibrator)getSystemService(Context.VIBRATOR_SERVICE);

On Sep 30, 1:56 pm, tberthel [EMAIL PROTECTED] wrote:
 android.os.Vibrator is the actual class.

 Strange that it's not just a static call to begin with.

 On Sep 30, 12:55 pm, tberthel [EMAIL PROTECTED] wrote:

  Bump

  On Sep 30, 12:36 am, tberthel [EMAIL PROTECTED] wrote:

   How do I get an instance of Vibrate in a different package now that
   the constructor is not public?
--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---