Commit 5b0f521e authored by Mark Stevens's avatar Mark Stevens
Browse files

Merge branch 'cobalt-dev' of ssh://dc-gitrepo-01.ntn.com/scorpio/device_buzztime_common into

cobalt-dev
parents 80776ab9 2ac0f924
......@@ -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"));
......
......@@ -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");
}
/**Theater mode is kiodk mode with**/
/**Theatre mode is kiosk 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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment