Skip to content

Commit 3dca46d

Browse files
committed
fixing crash bug in android location init
1 parent 7129317 commit 3dca46d

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

plugin/plugin/android/build_steps.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@
4848
}
4949
}
5050
},
51-
{
52-
"do": {
53-
"android_add_permission": {
54-
"permission": "android.permission.BROADCAST_STICKY"
55-
}
56-
}
57-
},
51+
5852
{
5953
"do": {
6054
"android_add_to_manifest": {
@@ -68,6 +62,13 @@
6862
}
6963
}
7064
},
65+
{
66+
"do": {
67+
"android_add_permission": {
68+
"permission": "ODR_PACKAGE_TOKEN.permission.C2D_MESSAGE"
69+
}
70+
}
71+
},
7172

7273
{
7374
"do": {

plugin/plugin/android/plugin.jar

-1.04 KB
Binary file not shown.

plugin/plugin/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"name": "urbanairship",
44
"platform_version": "v1.4.49",
55
"uuid": "ce7e1beae87b11e2a98a12313b06ece2",
6-
"version": "0.4.6"
6+
"version": "0.4.13"
77
}

urbanairship_demoapp/src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"plugins": {
3131
"urbanairship": {
32-
"hash": "54fa545147d53ec162246ffa0da1a9268a5f6284",
32+
"hash": "0b694b0b5890f8e5d9ac2df873117fdaf1b3f2c8",
3333
"type": "project"
3434
}
3535
},

0 commit comments

Comments
 (0)