Revision Date Author Comments
# 8a3b2c14 05-May-2022 Kudo Chien <[email protected]>

[android] Fix more FLAG_MUTABLE exception in PendingIntent (#17333)

# Why

fix #17276

# How

basically follow #17164 but search all `PendingIntent.g` across all code in expo/expo repository.

[android] Fix more FLAG_MUTABLE exception in PendingIntent (#17333)

# Why

fix #17276

# How

basically follow #17164 but search all `PendingIntent.g` across all code in expo/expo repository.

# Test Plan

on Android S devices, use android unversioned expo go + NCL for the following test cases:

1. BackgroundNotification
2. Notifications

show more ...


# 6a0ac45c 03-Sep-2021 Will Schurman <[email protected]>

[android] Use JSONObjectUtils in client code (#14272)


# 50661f5c 30-Aug-2021 Will Schurman <[email protected]>

[expo-manifests] Rename RawManifest -> Manifest (#14194)


# 706a476d 26-Aug-2021 Will Schurman <[email protected]>

[expo-updates] Factor out raw manifests into their own package (#14183)


# 094c4ddd 19-Aug-2021 Will Schurman <[email protected]>

[android] Kotlinize DI (#14039)


# cd4bd26b 19-Aug-2021 Will Schurman <[email protected]>

[android] Kotlinize notification utils (#14020)