Re: 答复: [android-developers] how to stop Broadca stReceiver after some point

2009-11-13 Thread Shrenik Vikam
i have BroadcastReceiver in another package(application) so how can i unregister it from there On Nov 13, 1:31 pm, zhanglei(张雷) zhang...@dopod.com wrote: unregisterReceiver(BroadcastReceiver); -邮件原件- 发件人: Shrenik Vikam [mailto:shre...@ruby-solutions.com] 发送时间: 2009年11月13日 16:29 收件人:

Re: 答复: [android-developers] how to stop Broadca stReceiver after some point

2009-11-13 Thread Alok Kulkarni
I dont know exactly but in general, if you make broadcast receiver as public static then you can access it from any package. Thanks, Alok. 2009/11/13 Shrenik Vikam shre...@ruby-solutions.com i have BroadcastReceiver in another package(application) so how can i unregister it from there On Nov

Re: 答复: [android-developers] how to stop Broadca stReceiver after some point

2009-11-13 Thread Alok Kulkarni
By static i mean creating it by specifying in the manifest file. 2009/11/13 Alok Kulkarni kulsu...@gmail.com I dont know exactly but in general, if you make broadcast receiver as public static then you can access it from any package. Thanks, Alok. 2009/11/13 Shrenik Vikam