identity-appflip-android icon indicating copy to clipboard operation
identity-appflip-android copied to clipboard

Lightweight Android app that simulates your native app role during App Flip

Results 2 identity-appflip-android issues
Sort by recently updated
recently updated
newest added

On [the AppFlipActivity](https://github.com/googlesamples/identity-appflip-android/blob/7cb9a398a5dd51d2dbe6ecd465f2319287dfa2f6/app/src/main/java/com/google/appflip_sample_android/AppFlipActivity.java#L59) the error codes don't match the [documentation](https://developers.google.com/identity/account-linking/app-flip-android#table_of_error_codes). On AppFlipActivity: ![image](https://user-images.githubusercontent.com/11080704/116119093-6d0ef700-a694-11eb-977f-26b5a92649b1.png) On the docs: ![image](https://user-images.githubusercontent.com/11080704/116119167-80ba5d80-a694-11eb-8e96-286dc8aa2038.png) Also the docs show `INVALID_REQUEST` for both error code 1 and 11

This updates the build dependencies to the latest, as well as enables a basic GitHub Actions CI for this repo. - Gradle Wrapper `5.6.4` - Android Gradle plugin `3.6.2` ![ci][1]...