Commit 1d87506
committed
add fullscreen permission setting
Goal is that the call notification screen is shown without to unlock the phone.
I encountered the following behavior:
USE_FULL_SCREEN_INTENT is granted when running via debug in Android Studio.
It is not granted when building the app and running the apk. So the unlock screen is shown instead when a call comes in.
However google play console has a setting to allow USE_FULL_SCREEN_INTENT by default for this app, as it is a call app.
Hopefully this will work and USE_FULL_SCREEN_INTENT is granted when installed via Google Play.
However even if this works it might still make sense for the generic build variant and for f-droid to include this setting (or find another solution).
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>1 parent 3e106b0 commit 1d87506
4 files changed
Lines changed: 68 additions & 0 deletions
File tree
- app/src/main
- java/com/nextcloud/talk
- conversationlist
- settings
- res
- layout
- values
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
900 | 901 | | |
901 | 902 | | |
902 | 903 | | |
| 904 | + | |
| 905 | + | |
903 | 906 | | |
904 | 907 | | |
905 | 908 | | |
| |||
909 | 912 | | |
910 | 913 | | |
911 | 914 | | |
| 915 | + | |
912 | 916 | | |
913 | 917 | | |
914 | 918 | | |
| |||
Lines changed: 40 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
369 | 370 | | |
370 | 371 | | |
371 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
372 | 403 | | |
373 | 404 | | |
374 | 405 | | |
| |||
500 | 531 | | |
501 | 532 | | |
502 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
503 | 537 | | |
504 | 538 | | |
505 | 539 | | |
506 | 540 | | |
507 | 541 | | |
508 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
509 | 546 | | |
510 | 547 | | |
511 | 548 | | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
512 | 552 | | |
513 | 553 | | |
514 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
313 | 334 | | |
314 | 335 | | |
315 | 336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
0 commit comments