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
Hi,
LiveBroadcastActivityPermissionsDispatcher get created at runtime.
Can where is the code written to call it?
LiveBroadcastActivity.java
“LiveBroadcastActivityPermissionsDispatcher.startInitializationSequenceWithCheck (…. Activity name)”
What if I want to call another activity in the code, how to handle the code?
basically I want to use the same logic in one application for two fragments calling two different activities.
Regards,
Refresh_Learn
The text was updated successfully, but these errors were encountered:
LiveBroadcastActivityPermissionDispatcher is generated by this library
https://github.com/permissions-dispatcher/PermissionsDispatcher and it take
cares of permission dialog on Marshmallow+ for Camera and Microphone
access. startInitializationSequenceWithCheck basically checks for
permission rights and displays the dialog to the user if permission is not
approved. Otherwise it calls the startInitializationSequence method.
For additional details take a look at lib docs. It does not stop you from
custom navigation in your app.
Cheers
On Thu, Sep 7, 2017 at 7:29 AM, refreshlearn ***@***.***> wrote:
Hi,
LiveBroadcastActivityPermissionsDispatcher get created at runtime.
1.
Can where is the code written to call it?
2.
LiveBroadcastActivity.java
“LiveBroadcastActivityPermissionsDispatcher.
startInitializationSequenceWithCheck (…. Activity name)”
What if I want to call another activity in the code, how to handle the
code?
3.
basically I want to use the same logic in one application for two
fragments calling two different activities.
Regards,
Refresh_Learn
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQrRBqH-VqPqqccNEibYBMG7lCCK6hcks5sf39TgaJpZM4PPTtp>
.
Hi,
LiveBroadcastActivityPermissionsDispatcher get created at runtime.
Can where is the code written to call it?
LiveBroadcastActivity.java
“LiveBroadcastActivityPermissionsDispatcher.startInitializationSequenceWithCheck (…. Activity name)”
What if I want to call another activity in the code, how to handle the code?
basically I want to use the same logic in one application for two fragments calling two different activities.
Regards,
Refresh_Learn
The text was updated successfully, but these errors were encountered: