Skip to content

Comments

Implement SHOW_APP_INFO action.#2749

Open
mrahs wants to merge 3 commits intoImranR98:mainfrom
mrahs:main
Open

Implement SHOW_APP_INFO action.#2749
mrahs wants to merge 3 commits intoImranR98:mainfrom
mrahs:main

Conversation

@mrahs
Copy link

@mrahs mrahs commented Jan 27, 2026

When a SHOW_APP_INFO intent is received, the app details page for the package is displayed if available. Otherwise, a hint is shown to let the user know the app is not unknown to Obtainium.

Tested with adb shell am start -a "android.intent.action.SHOW_APP_INFO" -n "dev.imranr.obtainium/.MainActivity" --es "android.intent.extra.PACKAGE_NAME" "com.example.app" and confirmed the following:

  • Cold start with a managed package: shows app's page.
  • Cold start with an unknown package: shows dialog.
  • Resume with a managed package: shows app's page.
  • Resume with an unknown package: shows dialog.

Disclaimer: I don't know Flutter or Dart. I generated the code with AI.

Fixes #2200

mrahs added 2 commits January 30, 2026 14:49
When a SHOW_APP_INFO intent is received, the app details page for the
package is displayed if available. Otherwise, a hint is shown to
let the user know the app is not unknown to Obtainium.

Disclaimer: I don't know Flutter or Dart. I generated the code with AI,
but I tested on my phone and confirmed it works as inteded.

Fixes ImranR98#2200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Android's "App details in store" feature

1 participant