mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: parts: Declare missing entry on manifest
This commit is contained in:
parent
98e3af220b
commit
4316787756
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@
|
|||
android:name=".fps.FPSInfoService"
|
||||
android:exported="false">
|
||||
</service>
|
||||
<service
|
||||
android:name=".dolby.DolbyCore"
|
||||
android:exported="false">
|
||||
</service>
|
||||
<service
|
||||
android:name=".fps.FPSTileService"
|
||||
android:icon="@drawable/ic_fps_info"
|
||||
|
|
|
|||
Loading…
Reference in a new issue