File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Source/Fuse.PushNotifications Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments