summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkInputActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/stk/StkInputActivity.java')
-rw-r--r--src/com/android/stk/StkInputActivity.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/stk/StkInputActivity.java b/src/com/android/stk/StkInputActivity.java
index b9c821b..7b5959d 100644
--- a/src/com/android/stk/StkInputActivity.java
+++ b/src/com/android/stk/StkInputActivity.java
@@ -16,8 +16,6 @@
package com.android.stk;
-import android.app.ActionBar;
-import android.app.Activity;
import android.app.AlarmManager;
import android.content.Context;
import android.content.Intent;
@@ -150,7 +148,8 @@ public class StkInputActivity extends AppCompatActivity implements View.OnClickL
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
-
+ getWindow().addSystemFlags(
+ WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS);
CatLog.d(LOG_TAG, "onCreate - mIsResponseSent[" + mIsResponseSent + "]");
// appService can be null if this activity is automatically recreated by the system