Skip to content

Broadcast parameter sent via not taking effect #3117

Open
@tsiens

Description

@tsiens

Success in PC

adb shell am broadcast -a android.intent.action.shbl.shut_down --ei  time 6666

Faild in Phone

from jnius import autoclass

mActivity = autoclass('org.kivy.android.PythonActivity').mActivity
Intent = autoclass('android.content.Intent')
intent = Intent("android.intent.action.shbl.shut_down")
intent.putExtra("time", 6666)
mActivity.sendBroadcast(intent)

Can receive broadcast, but did not receive parameter “time“

Metadata

Metadata

Assignees

No one assigned

    Labels

    need-analysisneed-discussionThe issue or pull request needs a discussion to take a team decission

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions