Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3487430
D6226.id21586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D6226.id21586.diff
View Options
diff --git a/native/android/app/src/main/AndroidManifest.xml b/native/android/app/src/main/AndroidManifest.xml
--- a/native/android/app/src/main/AndroidManifest.xml
+++ b/native/android/app/src/main/AndroidManifest.xml
@@ -24,7 +24,7 @@
android:requestLegacyExternalStorage="true"
>
<service
- android:name=".CommNotificationsHandler"
+ android:name=".notifications.CommNotificationsHandler"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
diff --git a/native/android/app/src/main/java/app/comm/android/CommNotificationsHandler.java b/native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java
rename from native/android/app/src/main/java/app/comm/android/CommNotificationsHandler.java
rename to native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java
--- a/native/android/app/src/main/java/app/comm/android/CommNotificationsHandler.java
+++ b/native/android/app/src/main/java/app/comm/android/notifications/CommNotificationsHandler.java
@@ -1,9 +1,10 @@
-package app.comm.android;
+package app.comm.android.notifications;
import android.app.NotificationManager;
import android.content.Context;
import android.service.notification.StatusBarNotification;
import android.util.Log;
+import app.comm.android.ExpoUtils;
import app.comm.android.fbjni.CommSecureStore;
import app.comm.android.fbjni.GlobalDBSingleton;
import app.comm.android.fbjni.MessageOperationsUtilities;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 7:43 AM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2675329
Default Alt Text
D6226.id21586.diff (1 KB)
Attached To
Mode
D6226: Move CommNotificationsHandler to newly created notifications package
Attached
Detach File
Event Timeline
Log In to Comment