flyfire / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Battery level still bein read although battery notifications disabled in settings #226

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IMPORTANT: PLEASE search the existing issues (including closed ones) for
something similar before filing a new one.

What steps will reproduce the problem?
1.Disable notifications for battery level
2. Look at the system log
3. You will find the following output:

RemoteNotifier( 2649): Battery status: Charging
RemoteNotifier( 2649): Got battery level: 17
RemoteNotifier( 2649): Battery level change: 18
RemoteNotifier( 2649): Got battery update, but state change was not relevant

What is the expected output? What do you see instead?

I would expect RemoteNotifier to not even query the system for the battery 
level, since it is not going to do anything with that info.

What version of the product are you using? On what operating system?
The latest version on Android 2.1

Please provide any additional information below.

Original issue reported on code.google.com by pedropom...@gmail.com on 10 Oct 2010 at 5:27

GoogleCodeExporter commented 9 years ago
Right, so there's no way to completely disable the receivers (not without 
compromising reliability), so I've ignored them earlier in r432

Original comment by rdamazio@gmail.com on 13 Oct 2010 at 3:22