Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?

Statistics

Total Posts
General Information
  • Last Activity: 31st March 2013 02:34 AM
  • Join Date: 20th August 2010
  • Referrals: 0

Most Thanked

MOST THANKED POSTS
ThanksPost Summary
2 Hi pingpongboss, I think your code is great! I have a problem though to set the system brightness or the brightness of the respective standoutwindow, since the way it is mostly done is by WindowManager.LayoutParams lp = this.getWindow().getAtt...
1 Perhaps there is some issue that arises when standout, webviews, and html5 video are used together. As a workaround, are there any native clients you could use? Either official or third party. I can confirm that HTML5 video(from youtube.com at ...
1 Consider this: public class MyStandOutWindow extends StandOutWindow { . . . @Override protected boolean onClose(int id, Window window) { this.stopSelf(); return false; } . . ...