Method: AppInfo::Android#services
- Defined in:
- lib/app_info/android.rb
#services ⇒ Object
This method is abstract.
Subclass and override #use_permissions to implement.
99 100 101 |
# File 'lib/app_info/android.rb', line 99 def services not_implemented_error!(__method__) end |