Android
TLD;DR#
- Enter a shell on a emulated device:
adb -s emulator-5554 shell
- Set screen-timeout to 30 Minutes:
settings put system screen_off_timeout 1800000
- Set date/time automatically:
settings put global auto_time 1
- Set chrome as default browser:
settings put secure preferred_browser_package com.android.chrome
Glossar#
Explanation of the different terms and files used in a Android Studio Project.
Gradle#
Is a build system usally used for Anroid-Apps.
More: https://developer.android.com/build/gradle-build-overview