Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Support Android P #90

Merged
merged 19 commits into from
Sep 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add FOREGROUND_SERVICE permission
  • Loading branch information
YoshihideSogawa committed Jul 3, 2018
commit 96e1296d8632d60ea81cf58eecd9129ddd898569
2 changes: 2 additions & 0 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- 最前面表示時のパーミッション -->
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<!-- Foreground Service permission(API level 28 or higher) -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<application
android:allowBackup="true"
Expand Down