aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2018-11-13 13:49:23 -0800
committerYohei Yukawa <yukawa@google.com>2018-11-13 13:49:23 -0800
commit69ceec90456e094a65e80553b9e11b573c04ef1c (patch)
treedb19e71db5fa07d95e641cb999baf8c0a6053f21 /tests
parented3de349000b42e3e5cbb7a5c60cccfbd5619e22 (diff)
downloadlatinime-69ceec90456e094a65e80553b9e11b573c04ef1c.tar.gz
latinime-69ceec90456e094a65e80553b9e11b573c04ef1c.tar.xz
latinime-69ceec90456e094a65e80553b9e11b573c04ef1c.zip
Re-introduce <uses-sdk> to the main AndroidManifest.xml
This logically reverts my previous CL [1], which moved <uses-sdk /> from AndroidManifest.xml to AndroidManifest_SdkVersion.xml, which was later accidentally removed during Android.bp migration [2]. Since gradle support in LatinIME is still experimental and not used in official build, it is OK to keep it broken for a while. A more important problem right now is letting LatinIME target API 28. As the first step to let LatinIME target SDK 28, <uses-sdk> will be revived in AndroidManifest.xml [1]: Ib673bca5a31b2f95329c9310a127ec0701bd8fdc 9cd42f39eb31d4f0b9cb3a795025e8ab3663f3c8 [2]: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 22ebec6e2e4bdf3f18023907e649c68ab8b3c7a3 Bug: 110741422 Bug: 119489995 Test: manually verified that LatinIME still is functional Change-Id: I8b04caa56fe2431c07e076fb6f97c560d5da8838
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index cf778c187..aa75ffbd6 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -18,6 +18,8 @@
package="com.android.inputmethod.latin.tests"
android:versionCode="28">
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" />
+
<uses-permission android:name="android.permission.READ_CONTACTS" />
<application android:label="@string/app_name"