Method: AppInfo::APK#activities
- Defined in:
- lib/app_info/apk.rb
#activities ⇒ Object
113 114 115 |
# File 'lib/app_info/apk.rb', line 113 def activities components.select { |c| c.type == 'activity' } end |
113 114 115 |
# File 'lib/app_info/apk.rb', line 113 def activities components.select { |c| c.type == 'activity' } end |