Questions tagged [recent-screens]

17 questions
1
vote
1 answer

Calling onDestroy() when the the app is swapped of the recent screen

I was trying to implement splash screen in android by adding time for which the splash screen is to be shown. Whenever I close the app by pressing the back button it destroys the activity. If one open the app again from the recent screen it shows…
androidGeek
  • 83
  • 1
  • 3
  • 9
1
vote
0 answers

Custom recent history image in Android

Is there a way or workaround to achieve custom image showing in app's recent history ? I know the android activity already given for such case : @Override public boolean onCreateThumbnail (Bitmap outBitmap, Canvas canvas) { // draw custom image…
james
  • 1,967
  • 3
  • 21
  • 27
1
vote
1 answer

How to disable navigation bar for my android app

I want to disable navigationbar for my android app. When my application open home button and recent app button disable. How can I disable button when app is running? Like pattern lock app, in this app when open lock screen disable all button.
1
vote
1 answer

Restart the android app to top of all other working apps

I need to make a phone call from app, and after the end of the call I need to get back to app. Thats exactly how it works in some versions of Android. But in other versions we are redirected to a native call history screen. Now I've made a service…
0
votes
0 answers

How to customize recents screen for my android app?

FYI, I'm new to android app development. This is my first app attempt. I've setup my android app to run in landscape mode. When I minimize the app, the image on the screen turns to portrait mode, and as a result, the image gets clipped at the…
Marek Krzeminski
  • 1,308
  • 3
  • 15
  • 40
0
votes
1 answer

Problem: Transparent colour in recent-screens thumbnails is replaced with dark grey. (Android)

I have a transparent app. Thumbnail of my app that appears in recent screens replaces transparency with dark grey colour. I know that it's possible to have real transparency in this situation because Google Keep has it for its sharing screen (when…
0
votes
1 answer

android Picture in Picture mode

I have an app with 2 activities, the first one is a list of movies and the second one is detail activity and has a player that can play in PictureInPicture Mode. the problem is if the user kills the app from recent items PictureinPicture window will…
0
votes
1 answer

App doesn't show in Recents Screen when launched via an intent-filter

I am trying to launch my App (parsing a pdf file and storing the aquired data to a database) via an intent-filter linked to pdf-files. Whenever I start the App normally, it will show up in the Recents Screen. However, if I use the View Intent/Action…
0
votes
0 answers

which method is called in android on Recent App Button

In my application I need to call a method as Recent App Button is pressed, I am developing an application in which I need to change a value on Firebase on Recent App Button Pressed.
0
votes
0 answers

Background screen visibility

When going background, App's last accessed screen is not showing. Instead its showing blank screen shown in attached image..