Commit 6ba2ba4
committed
Allow the system to error when missing required permissions
Our GCM permission checks would NPE if there were no permissions
defined. Adding a proper null check allows the system to properly
throw when missing required ACCESS_NETWORK_STATE or INTERNET
permissions1 parent 04ed975 commit 6ba2ba4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
391 | 394 | | |
392 | 395 | | |
393 | 396 | | |
| |||
0 commit comments