You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Please try first Fitness App and make sure you're able to run display the Slice successfully. This exercise will help you isolate what step might be missing in your app. My hunch is that one of the steps in the requirements is missing. https://github.com/actions-on-google/appactions-fitness-kotlin#requirements
If after running these steps you're still facing issues, we would have established a baseline to troubleshoot. Thanks!
With both Fitness App and my own app, when i try to run slices, google assistant is stuck loading: imgur.com/oFEgYZ3 . Opening deeplinks is working fine on both. And when I try: "Start running in fit actions" only google results are showing, so my only way to make it work is using App Actions Test Tool.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to implement assistant into my own app, I am getting
This is the part where it is crashing, on SliceManager.getInstance(context)
.grantSlicePermission(assistantPackage, sliceProviderUri);
`private void grantAssistantPermissions() {
Context context = getApplicationContext();
Uri sliceProviderUri =
new Uri.Builder()
.scheme(ContentResolver.SCHEME_CONTENT)
.authority(OeamtcSliceProvider.SLICE_AUTHORITY)
.build();
The text was updated successfully, but these errors were encountered: