September 22, 2023, 02:17:43 PM
Welcome, Guest. Please login or register
News: Stay up to date with everything that's happening at http://twitter.digitalsignage.com

MediaSignage support forum



Author Topic: Adding a force full screen code to Signage Player . APK  (Read 6762 times)

cman44

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
Adding a force full screen code to Signage Player . APK
« on: April 06, 2015, 02:52:54 PM »
Hi, is it possible to add this but of code to force the player in to full screen

View decorView = getWindow().getDecorView();
// Hide the status bar.
int uiOptions = View.SYSTEM_UI_FLAG_FULLSCREEN;
decorView.setSystemUiVisibility(uiOptions);
// Remember that you should never show the action bar if the
// status bar is hidden, so hide that too if necessary.
ActionBar actionBar = getActionBar();
actionBar.hide();

cman44

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
Re: Adding a force full screen code to Signage Player . APK
« Reply #1 on: April 13, 2015, 03:08:42 PM »
How has this not been implemented? It is such a simple feature and very necessary.

admin

  • Administrator
  • Hero Member
  • *****
  • Posts: 5181
  • Karma: +36/-8
Re: Adding a force full screen code to Signage Player . APK
« Reply #2 on: April 13, 2015, 03:39:57 PM »
we will be adding FullScreen to the Signage WatchDog but it will not work with all devices due to limitations of some devices.

cman44

  • Newbie
  • *
  • Posts: 7
  • Karma: +0/-0
Re: Adding a force full screen code to Signage Player . APK
« Reply #3 on: April 15, 2015, 11:03:46 AM »
When will this be available?

ANOOP

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 742
  • Karma: +23/-0
Re: Adding a force full screen code to Signage Player . APK
« Reply #4 on: April 15, 2015, 08:19:49 PM »
I think they have launched it yesterday please check the tweets

mnhim001

  • Newbie
  • *
  • Posts: 1
  • Karma: +1/-0
Re: Adding a force full screen code to Signage Player . APK
« Reply #5 on: December 04, 2015, 11:16:31 PM »
I was able to edit the manifest file and forced it to full screen while the application is running.  If anyone is interested I can send you the new apk file.

emilbrandt

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
Re: Adding a force full screen code to Signage Player . APK
« Reply #6 on: December 15, 2015, 04:38:49 AM »
Would appreciate getting a copy of this if you wouldn't mind.

Eric

 

Carbonate design by Bloc
variant: carbon
SMF 2.0.12 | SMF © 2016, Simple Machines