Method: AppInfo::Android#manifest

Defined in:
lib/app_info/android.rb

#manifestObject

This method is abstract.

Subclass and override #manifest to implement.



130
131
132
# File 'lib/app_info/android.rb', line 130

def manifest
  not_implemented_error!(__method__)
end