dicekeys / dicekeys-android

DiceKeys for Android
13 stars 1 forks source link

API using Android intents should not launch long-defunct trustedapp project #165

Closed UppaJung closed 2 years ago

UppaJung commented 2 years ago

In removing the no-longer-used truestedapp project, I discovered that we used to support intent APIs and that the client would launch that long-defunct app.

https://github.com/dicekeys/dicekeys-android/blob/4dc8bd8d8b6a320e3b125647626c07bc52daae8b/api/src/main/java/org/dicekeys/api/DiceKeysIntentApiClient.kt#L19

https://github.com/dicekeys/dicekeys-android/blob/65c3400d3f51a8b70c02306285c5687e95601ada/api/src/main/java/org/dicekeys/api/ApiStrings.kt#L7

We need to

angelix commented 2 years ago

Intent based API is not so flexible compared to the app links based one. For example having a wrong package name is a blocker, and you cannot change the package name if your app is published.