Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scorpio
device_buzztime_common
Commits
5b0f521e
Commit
5b0f521e
authored
6 years ago
by
Mark Stevens
Browse files
Options
Download
Plain Diff
Merge branch 'cobalt-dev' of
ssh://dc-gitrepo-01.ntn.com/scorpio/device_buzztime_common
into
cobalt-dev
parents
80776ab9
2ac0f924
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ApkInstaller/src/main/com/buzztime/apkinstaller/ApkInstaller.java
...ller/src/main/com/buzztime/apkinstaller/ApkInstaller.java
+1
-0
BridgeReceiver/src/main/com/buzztime/bridgereceiver/BridgeBroadcastReceiver.java
.../com/buzztime/bridgereceiver/BridgeBroadcastReceiver.java
+2
-2
No files found.
ApkInstaller/src/main/com/buzztime/apkinstaller/ApkInstaller.java
View file @
5b0f521e
...
...
@@ -290,6 +290,7 @@ public class ApkInstaller extends Object
if
(
mSemaphore
.
tryAcquire
(
90
,
TimeUnit
.
SECONDS
))
{
if
(
observer
.
result
==
PackageManager
.
INSTALL_SUCCEEDED
)
{
success
=
true
;
pm
.
setApplicationEnabledSetting
(
srcPackageName
,
PackageManager
.
COMPONENT_ENABLED_STATE_ENABLED
,
0
);
Log
.
v
(
TAG
,
"Installed package: "
+
srcPackageName
);
}
else
{
Log
.
v
(
TAG
,
"Failed to install package: "
+
srcPackageName
+
", "
+
mIntentResult
.
getStringExtra
(
"reason"
));
...
...
This diff is collapsed.
Click to expand it.
BridgeReceiver/src/main/com/buzztime/bridgereceiver/BridgeBroadcastReceiver.java
View file @
5b0f521e
...
...
@@ -1400,10 +1400,10 @@ public class BridgeBroadcastReceiver extends BroadcastReceiver {
//Settings.System.putString(context.getContentResolver(), "BTCore.Launcher", "true" );
// Settings.System.putString(context.getContentResolver(), "BTCore.Launcher", "false");
}
/**Theat
e
r mode is kio
d
k mode with**/
/**Theatr
e
mode is kio
s
k mode with
more interactivity allowed
**/
@TargetApi
(
23
)
private
void
startTheatreMode
(
Context
context
)
{
stopKioskMode
(
context
);
//
stopKioskMode(context);
final
boolean
ALLOW_CALL
=
true
;
int
sealedState
=
0
;
try
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment