I find a different problem. How to get a Android System View ID? Like time icon, wifi icon ,net icon, power icon at StatusBar?
Asked
Active
Viewed 247 times
0
-
:Hope you get your answer here http://stackoverflow.com/questions/16869482/how-to-get-unique-device-hardware-id-in-android – santoXme Dec 28 '15 at 07:47
-
your question is not clear – Jeffy Lazar Dec 28 '15 at 09:02
1 Answers
0
i think you used it -
public String getAndroidId() {
return (Settings.Secure.getString(mActivity.getContentResolver(),
Settings.Secure.ANDROID_ID)
);
}

chandrakant
- 60
- 5
-
Sorry,first of all, thank you very much, but I want to get a System widget id at StatusBar, like wifi icon ,net icon, power icon. – Leo Tyndale Dec 28 '15 at 07:54