Skip to content

Commit

Permalink
Added platforms apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 22, 2024
1 parent 0640b3e commit 92f3b03
Show file tree
Hide file tree
Showing 3 changed files with 905 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class AndroidAppsRepository implements AppsRepository {
action: intent.action,
package: intent.package,
componentName: intent.componentName,
category: intent.category,
data: intent.data,
type: intent.type,
arguments: intent.arguments,
Expand Down

0 comments on commit 92f3b03

Please sign in to comment.