This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
サービスの定義にandroid:stopWithTask="false"属性を追加。
設定画面に"録画停止"ボタンを追加。 設定画面にサービスの起動状態を表示する。 設定画面にサービスが停止した理由を表示する。 onTaskRemoved発生時にstopSelfを呼ばない。またAlarm経由で少し後にサービスを開始しなおす。 上に関連して、サービス開始時のIntentにMediaProjection作成に必要な情報を保持する。 PendingIntent用のrequestCodeの値が重複していたバグを修正。 getVolumePathApi21() の軽微なバグを修正。 画面サイズ取得時にWindowManager.defaultDisplayではなくDisplayManager.getDisplayを使う。
- Loading branch information
Showing
14 changed files
with
481 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.