Android Security Alert: Another app on your phone may be trying to...

Open
#293 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
android, java

Research direction

Start with src/main/java/com/dropbox/core/android/AuthActivity.java around line 289 and compare the behavior with issue #153. Reproduce the Security Alert in a debug build on an Android emulator, then trace the authentication flow to determine the cause. Done means the alert no longer occurs in the reported setup and the relevant behavior is covered by the project’s existing validation.

Written by the indexing model from the issue text.

Description

Using the SDK in a debug build in Android emulator, dropbox.AuthActivity errors out with a Security Alert "There might be more than one app trying to handle....".

I see that it is very similar to : https://github.com/dropbox/dropbox-sdk-java/issues/153 and the error is https://github.com/dropbox/dropbox-sdk-java/blob/5f47303107da2813f696b520ce976b73d0ba7847/src/main/java/com/dropbox/core/android/AuthActivity.java#L289

  1. My app is the only non-default app in the emulator.
  2. I have verified that there are no multiple declarations of dropbox.AuthActivity in AndroidManifest files.
  3. Have tried uninstalling and re-installing the debug build multiple times.

Any idea what's going on?

Dominant language
Java
Stars
627
Forks
463
Avg merge
5m
Merged PRs (30d)
10

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dropbox/dropbox-sdk-java

All issues in dropbox/dropbox-sdk-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.