Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b9c80de authored by Marcus Hagerott's avatar Marcus Hagerott
Browse files

Add foreground service permission

Test: installed app and verified permission is requested via
$ adb shell dumpsys package com.android.contacts

FIXED=72969858

Change-Id: Iab6c79d5ea924c58a3c8d5558a7b852ce7f7dacb
parent 99b4ba09
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@
    <!-- Following used for getting the status of the contacts sync adapter -->
    <uses-permission android:name="android.permission.READ_SYNC_STATS"/>
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <!-- Required in P to run Service.startForeground() -->
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>

    <uses-feature
        android:name="android.hardware.telephony"