From af4f1b41277ebdf0d7386cbd2903abc709cbc183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sami=20Kalliom=C3=A4ki?= Date: Mon, 29 Jan 2018 10:02:06 +0100 Subject: [PATCH] Target SDK level 27 in AppRTCMobile. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements the dynamic permission model required by the newer SDK and changes the theme. Bug: webrtc:8803 Change-Id: I3ea23a25b27f196fcffd018c7cdd2ff6255b62d9 Reviewed-on: https://webrtc-review.googlesource.com/44400 Commit-Queue: Sami Kalliomäki Reviewed-by: Anders Carlsson Cr-Commit-Position: refs/heads/master@{#21788} --- examples/androidapp/AndroidManifest.xml | 8 +- examples/androidapp/res/values-v17/styles.xml | 2 + examples/androidapp/res/values-v21/styles.xml | 6 +- examples/androidapp/res/values/strings.xml | 3 + .../org/appspot/apprtc/ConnectActivity.java | 112 ++++++++++++++++-- 5 files changed, 113 insertions(+), 18 deletions(-) diff --git a/examples/androidapp/AndroidManifest.xml b/examples/androidapp/AndroidManifest.xml index d6e0ff0417..6edb0c1d02 100644 --- a/examples/androidapp/AndroidManifest.xml +++ b/examples/androidapp/AndroidManifest.xml @@ -8,7 +8,7 @@ - + @@ -30,7 +30,8 @@ + android:windowSoftInputMode="adjustPan" + android:theme="@style/AppTheme"> @@ -46,7 +47,8 @@ + android:label="@string/settings_name" + android:theme="@style/AppTheme"> + +