On Thu, Nov 25, 2010 at 10:15 PM, Mahendra Liya <[email protected]>wrote:
> I am trying to implement a functionality in one of my application > which allows the user to change the screen brightness. I implemented > it by using the Settings.System class (putInt / getInt methods). > http://tinyurl.com/3486vs3 However, I don't find any changes in my screen's brightness. I have > given appropriate permissions to my app (WRITE_SETTINGS), but the log > details shows the following warning: > > WARN/BackupManagerService : data changed but no participant. > The log shows a lot of stuff. I highly doubt a backup manager warning has anything to do with your brightness not working. > Also do kindly let me know as to would I be able to see the brightness > changes on the emulator? > Seems like something "emulatable". > Any help related to this as well as the BackupManagerService class would be > a great help. > I love how you just threw that in there at the end. http://developer.android.com/reference/android/app/backup/BackupManager.html ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

