0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Android]エミュレータで Screen Pinning (画面の固定) を解除する方法

Posted at

問題

Screen Pinning(画面の固定)の解除は 戻るボタンとタスクボタンを長押しすることで解除できるが、エミュレータではマルチタップが上手くできなくて解除できない。ちなみに Screen Pinning (画面の固定)とは次のように戻るボタンやタスクボタンなどを効かなくして他のアプリを起動できなくするモードのことです。

画面固定設定を変更する アプリを画面固定する ボタンが効かなくなる
Image from Gyazo Image from Gyazo Image from Gyazo

解決方法

ADB コマンドで解除する

次の ADB コマンドを実行すれば Screen Pinning(画面の固定)は解除できる。

adb shell am task lock stop

Image from Gyazo

Command + 右クリック + 左クリックで解除する

エミュレータ種類によってはできないこともあったのですが Macだと Command + 右クリック + 左クリックで解除できます。(Linuxだと Ctrl Left + 右クリック + 左クリックで解除できます。)

Image from Gyazo

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?