Loading AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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" Loading