readme.md in appium_lib-0.11.1 vs readme.md in appium_lib-0.12.0

- old
+ new

@@ -50,9 +50,22 @@ # Define the methods on all objects. Appium.promote_appium_methods Object ``` +```ruby +# Example of automating Settings preinstalled app on Android +# Find these values using arc then type current_app +apk = { + device: :android + app_path: '', + app_package: 'com.android.settings', + app_activity: '.Settings', + app_wait_activity: '.Settings' + } +Appium::Driver.new(apk).start_driver +``` + #### iOS env vars - `APP_PATH` Path to the .app folder #### Android env vars