<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ExponentIntentService.kt</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0502d1f9 - Remove Amplitude from Expo Go (#22523)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#0502d1f9</link>
        <description>Remove Amplitude from Expo Go (#22523)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Thu, 18 May 2023 16:03:56 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>1c99fe23 - [expoview][Android] Fix reloading from notification crashes the application (#17128)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#1c99fe23</link>
        <description>[expoview][Android] Fix reloading from notification crashes the application (#17128)# WhyFixes ENG-4727.Fixes:```2022-04-19 12:22:32.874 30943-31161/host.exp.exponent E/AndroidRuntime: FATAL EXCEPTION: IntentService[ExponentIntentService]    Process: host.exp.exponent, PID: 30943    java.lang.SecurityException: Permission Denial: android.intent.action.CLOSE_SYSTEM_DIALOGS broadcast from host.exp.exponent (pid=30943, uid=10256) requires android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS.        at android.os.Parcel.createExceptionOrNull(Parcel.java:2441)        at android.os.Parcel.createException(Parcel.java:2425)        at android.os.Parcel.readException(Parcel.java:2408)        at android.os.Parcel.readException(Parcel.java:2350)        at android.app.IActivityManager$Stub$Proxy.broadcastIntentWithFeature(IActivityManager.java:5763)        at android.app.ContextImpl.sendBroadcast(ContextImpl.java:1179)        at android.content.ContextWrapper.sendBroadcast(ContextWrapper.java:489)        at host.exp.exponent.ExponentIntentService.handleActionReloadExperience(ExponentIntentService.kt:55)        at host.exp.exponent.ExponentIntentService.onHandleIntent(ExponentIntentService.kt:40)        at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:78)        at android.os.Handler.dispatchMessage(Handler.java:106)        at android.os.Looper.loopOnce(Looper.java:233)        at android.os.Looper.loop(Looper.java:344)        at android.os.HandlerThread.run(HandlerThread.java:67)     Caused by: android.os.RemoteException: Remote stack trace:        at com.android.server.wm.ActivityTaskManagerService.checkCanCloseSystemDialogs(ActivityTaskManagerService.java:3038)        at com.android.server.wm.ActivityTaskManagerService.access$900(ActivityTaskManagerService.java:308)        at com.android.server.wm.ActivityTaskManagerService$LocalService.checkCanCloseSystemDialogs(ActivityTaskManagerService.java:5472)        at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:13869)        at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:13423)```# HowFrom API 31 apps can&apos;t close system dialogs. See https://developer.android.com/about/versions/12/behavior-changes-all#close-system-dialogs.# Test Plan- run expo go on API 31

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Wed, 20 Apr 2022 12:16:16 +0000</pubDate>
        <dc:creator>&#321;ukasz Kosmaty &lt;lukasz.kosmaty@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>094c4ddd - [android] Kotlinize DI (#14039)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#094c4ddd</link>
        <description>[android] Kotlinize DI (#14039)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Thu, 19 Aug 2021 20:07:13 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c10881eb - [android] Kotlinize various util and other classes (#14014)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#c10881eb</link>
        <description>[android] Kotlinize various util and other classes (#14014)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Thu, 19 Aug 2021 18:43:08 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7113164b - [android] Kotlinize ReactNativeActivity and ExperienceActivity (#13870)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#7113164b</link>
        <description>[android] Kotlinize ReactNativeActivity and ExperienceActivity (#13870)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Mon, 09 Aug 2021 15:38:23 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d44a6d96 - [android] Kotlinize ExpoApplication (#13836)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt#d44a6d96</link>
        <description>[android] Kotlinize ExpoApplication (#13836)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/ExponentIntentService.kt</description>
        <pubDate>Tue, 03 Aug 2021 21:29:57 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
