Bluetooth Setting Not Initialized
When starting the app for the first time, the Bluetooth setting shows "Only when adding contacts". However the value is set to always enabled.
The fix would be to properly set enabled to false.
When starting the app for the first time, the Bluetooth setting shows "Only when adding contacts". However the value is set to always enabled.
The fix would be to properly set enabled to false.
The second argument to Settings#getBoolean() is the default value to use if the setting hasn't been set. The call in AddContactActivity uses a default of true, it should be false.
When testing, bear in mind that if the app crashed previously, it may have left Bluetooth enabled. If Bluetooth is enabled when the app next starts, the app won't (or at least shouldn't) disable it.
Reassigned to @akwizgran
Added ~2 ~8 labels
mentioned in merge request !25 (merged)
Added ~11 and removed ~8 labels
mentioned in commit 660f709e
mentioned in commit c26d1a27
Added ~10 and removed ~11 labels
Status changed to closed
Milestone changed to Milestone A