summaryrefslogtreecommitdiffstats
path: root/updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-05-03 05:27:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-03 05:27:20 +0200
commit98837bdcd169eb47f55340c00bf99ec2f6b959d8 (patch)
tree117a4ef98300db186f55d137a7010bd23f10c2bf /updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java
parentMerge "screen_ui: Use std::string in DrawTextLine() and siblings." (diff)
parentMerge "updater_sample: Add streaming to PayloadSpec" (diff)
downloadandroid_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar.gz
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar.bz2
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar.lz
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar.xz
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.tar.zst
android_bootable_recovery-98837bdcd169eb47f55340c00bf99ec2f6b959d8.zip
Diffstat (limited to 'updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java')
-rw-r--r--updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java b/updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java
index 8507a9e84..9f1e5d170 100644
--- a/updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java
+++ b/updater_sample/src/com/example/android/systemupdatersample/ui/MainActivity.java
@@ -297,7 +297,7 @@ public class MainActivity extends Activity {
}
/**
- * Helper class to delegate UpdateEngine callbacks to MainActivity
+ * Helper class to delegate {@code update_engine} callbacks to MainActivity
*/
class UpdateEngineCallbackImpl extends UpdateEngineCallback {
@Override