I m receiving broadcast in adnroid
registerReceiver(new BroadcastReceiver(){
@Override
public void onReceive(Context context, Intent intent) {
}
}
in开发者_开发技巧 onReceive method I want the ID or number of particular device which receive my message.. so how can I get particular device number?? pleas help me
Retrieving Device Information on Android
May be this is what you need. Take a look.
And take a look at this app's source code also :-
Qsysinfo Source Code.
精彩评论