0

I find a different problem. How to get a Android System View ID? Like time icon, wifi icon ,net icon, power icon at StatusBar?

1 Answers1

0

i think you used it -

public String getAndroidId() {

    return (Settings.Secure.getString(mActivity.getContentResolver(),
            Settings.Secure.ANDROID_ID)
    );
}
  • 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