summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYoshiaki Naka <yoshiaki.naka@sony.com>2017-10-07 16:42:08 +0900
committerYoshiaki Naka <yoshiaki.naka@sony.com>2017-11-25 16:36:42 +0900
commit62bfb0df52305205e75346b58df3c388dd9a7516 (patch)
treef1bb7ea1147620b7658244b4652f8b595761c2c3 /AndroidManifest.xml
parentf6b644e3deb243f77950d11005e2534c7d28ff5e (diff)
downloadStk-62bfb0df52305205e75346b58df3c388dd9a7516.tar.gz
Improve the logic to determine the idle mode
The definition of the idle state is that idle screen is available in the foreground of the screen according to ETSI TS 102.384 TC 27.22.4.22 "SET UP IDLE MODE TEXT" and TC 27.22.7.6 "Idle screen available event". It is required to detect which application is in the foreground to pass the test cases. Intent.ACTION_SCREEN_OFF is not appropriate for that. Bug: 67521651 Test: Confirmed that the test cases mentioned above can be passed. Change-Id: I479100761843e91a7f1269d5258aef1684791c57
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--[-rwxr-xr-x]AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aef271d..e3419a9 100755..100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -27,6 +27,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.GET_TASKS"/>
<uses-permission android:name="android.permission.RECEIVE_STK_COMMANDS" />
+ <uses-permission android:name="android.permission.SET_ACTIVITY_WATCHER" />
<application android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"