summaryrefslogtreecommitdiffstats
path: root/src/java/com/android/internal/telephony/cat/AppInterface.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/com/android/internal/telephony/cat/AppInterface.java')
-rw-r--r--src/java/com/android/internal/telephony/cat/AppInterface.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/java/com/android/internal/telephony/cat/AppInterface.java b/src/java/com/android/internal/telephony/cat/AppInterface.java
index 299e140..cbdc84c 100644
--- a/src/java/com/android/internal/telephony/cat/AppInterface.java
+++ b/src/java/com/android/internal/telephony/cat/AppInterface.java
@@ -32,6 +32,9 @@ public interface AppInterface {
public static final String CAT_SESSION_END_ACTION =
"android.intent.action.stk.session_end";
+ // Permission required by STK command receiver
+ public static final String STK_PERMISSION = "android.permission.RECEIVE_STK_COMMANDS";
+
/*
* Callback function from app to telephony to pass a result code and user's
* input back to the ICC.