Commit 51e6523
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 af319a8 commit 51e6523
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 | | |
| |||
913 | 914 | | |
914 | 915 | | |
915 | 916 | | |
| 917 | + | |
| 918 | + | |
916 | 919 | | |
917 | 920 | | |
918 | 921 | | |
| |||
922 | 925 | | |
923 | 926 | | |
924 | 927 | | |
| 928 | + | |
925 | 929 | | |
926 | 930 | | |
927 | 931 | | |
| |||
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 | | |
| |||
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
435 | 466 | | |
436 | 467 | | |
437 | 468 | | |
| |||
572 | 603 | | |
573 | 604 | | |
574 | 605 | | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
575 | 609 | | |
576 | 610 | | |
577 | 611 | | |
578 | 612 | | |
579 | 613 | | |
580 | 614 | | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
581 | 618 | | |
582 | 619 | | |
583 | 620 | | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
584 | 624 | | |
585 | 625 | | |
586 | 626 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
376 | 397 | | |
377 | 398 | | |
378 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
| |||
0 commit comments