package_id, activity = device.current_app()
package_id
activity
package_id, activity = device.current_app() print(package_id) print(activity)