Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Bug 1874124 - Add foregroundServiceType for sample app CrashService a…
Browse files Browse the repository at this point in the history
…nd FOREGROUND_SERVICE_SPECIAL_USE permission
  • Loading branch information
mcarare authored and mergify[bot] committed Jan 25, 2024
1 parent 081c2bb commit 7f20cfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-components/samples/crash/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />

<application
android:name="org.mozilla.samples.crash.CrashApplication"
Expand All @@ -33,6 +34,7 @@
<activity android:name="org.mozilla.samples.crash.CrashListActivity" android:exported="false" />

<service android:name="org.mozilla.samples.crash.CrashService"
android:foregroundServiceType="specialUse"
android:process=":samples.crash.service" />
</application>
</manifest>

1 comment on commit 7f20cfb

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Failed to fetch task artifact public/github/customCheckRunText.md for GitHub integration.
Make sure the artifact exists on the worker or other location.

Please sign in to comment.