diff options
Diffstat (limited to 'pocketmode/AndroidManifest.xml')
-rw-r--r-- | pocketmode/AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pocketmode/AndroidManifest.xml b/pocketmode/AndroidManifest.xml index 90150ef..60f75ad 100644 --- a/pocketmode/AndroidManifest.xml +++ b/pocketmode/AndroidManifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2016 The CyanogenMod Project - Copyright (C) 2017-2019 The LineageOS Project + Copyright (C) 2017-2020 The LineageOS Project Licensed under the Apache License, Version 2.0 (the "License" you may not use this file except in compliance with the License. @@ -22,6 +22,7 @@ android:sharedUserId="android.uid.system"> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> + <uses-permission android:name="lineageos.permission.HARDWARE_ABSTRACTION_ACCESS" /> <uses-sdk android:minSdkVersion="27" /> @@ -35,6 +36,7 @@ <receiver android:name=".BootCompletedReceiver" > <intent-filter android:priority="99" > <action android:name="android.intent.action.BOOT_COMPLETED" /> + <action android:name="lineageos.intent.action.INITIALIZE_LINEAGE_HARDWARE" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </receiver> |