summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkLauncherActivity.java
diff options
context:
space:
mode:
authorarunvoddu <arunvoddu@google.com>2022-06-27 16:26:07 +0000
committerArun kumar Voddu <arunvoddu@google.com>2022-09-27 05:39:14 +0000
commitaa8d8c37e1949286191649d9e9d97e750a948cf9 (patch)
tree8e3b60ddd2b6ba9f727b065bc2e242c3d63ee293 /src/com/android/stk/StkLauncherActivity.java
parent590dc8e4bddfe7bd515c17df205839c546d31596 (diff)
downloadStk-aa8d8c37e1949286191649d9e9d97e750a948cf9.tar.gz
Bug: 227203202 Test: Manual Verification done Change-Id: Ie2cc6d9fd45980515cc481ecca415577389ea8f8 (cherry picked from commit b169eb572e57f8a24a51ba8bf14c61eeec2cb646)
Diffstat (limited to 'src/com/android/stk/StkLauncherActivity.java')
-rw-r--r--src/com/android/stk/StkLauncherActivity.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/stk/StkLauncherActivity.java b/src/com/android/stk/StkLauncherActivity.java
index f1100b2..79233cb 100644
--- a/src/com/android/stk/StkLauncherActivity.java
+++ b/src/com/android/stk/StkLauncherActivity.java
@@ -23,6 +23,7 @@ import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.KeyEvent;
+import android.view.WindowManager;
import android.widget.ImageView;
import android.widget.ListView;
import android.widget.TextView;
@@ -32,7 +33,6 @@ import android.graphics.BitmapFactory;
import com.android.internal.telephony.cat.Item;
import com.android.internal.telephony.cat.Menu;
import com.android.internal.telephony.cat.CatLog;
-import com.android.internal.telephony.PhoneConstants;
import android.telephony.TelephonyManager;
@@ -58,6 +58,8 @@ public class StkLauncherActivity extends ListActivity {
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
+ getWindow().addSystemFlags(
+ WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS);
CatLog.d(LOG_TAG, "onCreate+");
mContext = getBaseContext();
mTm = (TelephonyManager) mContext.getSystemService(