Skip to content

Commit 144a78c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into beta-3.0
2 parents f4afce9 + 51adf62 commit 144a78c

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121

2222
[`v2.8.0...beta-3.0`](https://github.com/fuse-open/fuselibs/compare/v2.8.0...beta-3.0)
2323

24+
## 2.9.1
25+
26+
### Fuse.PushNotifications
27+
- Remove AD_ID permission on Android (#1482)
28+
29+
[`v2.9.0...v2.9.1`](https://github.com/fuse-open/fuselibs/compare/v2.9.0...v2.9.1)
30+
2431
## 2.9
2532

2633
### Fuse.LocalNotifications
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Extensions Backend="CPlusPlus" Condition="ANDROID && !ANDROID_AD_ID_PERMISSION">
2+
<Require AndroidManifest.RootElement>
3+
<![CDATA[
4+
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
5+
]]>
6+
</Require>
7+
</Extensions>

Source/Fuse.PushNotifications/Fuse.PushNotifications.unoproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"iOS/AppDelegatePushNotify.mm:csource:iOS",
2727
"Android/Impl.uno:source",
2828
"Android/Impl.cpp.uxl:extensions",
29+
"Android/RemoveAdvertisingId.uxl:extensions",
2930
"Android/PushNotificationReceiver.java:file",
3031
"Android/BigPictureStyleHttp.java:file",
3132
"Android/BundleFiles.java:file",

0 commit comments

Comments
 (0)