Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for not showing notifications opn android 14. Starting with andro…
…id 14 a pending mutable intent that does not specify a component or package will cause an exception. Switching to immutable intends for the CustomtabsIntent and declaring the package context for the mutable reply intent.
- Loading branch information