summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTakanori Nakano <takanori.x.nakano@sonymobile.com>2016-12-02 18:32:59 +0900
committerSanket Padawe <sanketpadawe@google.com>2017-05-30 11:59:55 -0700
commit48544354fe63697f909a76feae6544d1454e9ab9 (patch)
treeb6b88efbf8df59b570d37ac21bb0040a78a47c7e /AndroidManifest.xml
parent93902eb0ae64a2e6bac9bc8545320c915638a944 (diff)
downloadStk-48544354fe63697f909a76feae6544d1454e9ab9.tar.gz
Add action bar to display the option menu itemsandroid-vts-8.0_r2android-vts-8.0_r1oreo-dev
Some test cases in 3GPP TS 51.010-4 require End Session or Help option. Refer to TC 27.22.4.2.1 Expected Sequence 1.4 (GET INKEY), TC 27.22.4.9.1 Expected Sequence 1.4 (SELECT ITEM) and so on. Bug: 33329277 Test: manual - confirmed that the options are available as expected. Change-Id: I1016090d5ab0e0b878eee97d8a58bbeac360e0d1
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2942ec7..aef271d 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,7 +49,7 @@
</activity>
<activity android:name="StkLauncherActivity"
- android:theme="@android:style/Theme.Light.NoTitleBar"
+ android:theme="@android:style/Theme.Material.Light"
android:label="@string/app_name"
android:exported="false"
android:taskAffinity="android.task.stk.StkLauncherActivity">
@@ -61,7 +61,7 @@
</activity>
<activity android:name="StkMenuActivity"
- android:theme="@android:style/Theme.Light.NoTitleBar"
+ android:theme="@android:style/Theme.Material.Light"
android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"
android:configChanges="orientation|locale|screenSize|keyboardHidden|mnc|mcc"