smarthomej / addons

SmartHome/J addons for openHAB
Eclipse Public License 2.0
59 stars 23 forks source link

[androiddebugbridge] Remove package prefix while determination of current running package #396

Closed cweitkamp closed 1 year ago

cweitkamp commented 1 year ago

On some android versions the current package start with an numeric prefix like "12345:org.android.avod". In general we are only interested in the package name. This PR added a fix to strip the prefix.

Signed-off-by: Christoph Weitkamp github@christophweitkamp.de