File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
reactnativemessagingandroid/src/main Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
6
- <permission android : name =" co.realtime.reactnativemessagingandroid .permission.C2D_MESSAGE" android : protectionLevel =" signature" />
6
+ <permission android : name =" ${applicationId} .permission.C2D_MESSAGE" android : protectionLevel =" signature" />
7
7
8
- <uses-permission android : name =" co.realtime.reactnativemessagingandroid .permission.C2D_MESSAGE" />
8
+ <uses-permission android : name =" ${applicationId} .permission.C2D_MESSAGE" />
9
9
10
10
<uses-permission android : name =" com.google.android.c2dm.permission.RECEIVE" />
11
11
19
19
android : permission =" com.google.android.c2dm.permission.SEND" >
20
20
<intent-filter >
21
21
<action android : name =" com.google.android.c2dm.intent.RECEIVE" />
22
- <category android : name =" co.realtime.reactnativemessagingandroid " />
22
+ <category android : name =" ${applicationId} " />
23
23
</intent-filter >
24
24
</receiver >
25
25
<service android : name =" ibt.ortc.extensibility.GcmOrtcIntentService" />
You can’t perform that action at this time.
0 commit comments