Creates a ProfileDeviceFilter that targets devices matching the specified criteria.
All parameters accept regular expressions for flexible pattern matching. Pass an empty string for parameters you don't want to filter on.
For example, to match all Samsung devices: new ProfileDeviceFilter("", "", "samsung", "").
Additional resources: ProfileDatabase.CreateFilter.