Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7e8eebc authored by Hai Zhang's avatar Hai Zhang
Browse files

Deprecate SMS_FINANCIAL_TRANSACTION permission.

It's added and no longer used since Q developer preview.

Fixes: 155348891
Test: presubmit
Change-Id: I2f75e69241fdc223254ae8f948331a976cf1cd50
(cherry picked from commit d0c4f205)
parent 9ee2e0d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,7 @@ package android {
    field public static final String SET_WALLPAPER = "android.permission.SET_WALLPAPER";
    field public static final String SET_WALLPAPER = "android.permission.SET_WALLPAPER";
    field public static final String SET_WALLPAPER_HINTS = "android.permission.SET_WALLPAPER_HINTS";
    field public static final String SET_WALLPAPER_HINTS = "android.permission.SET_WALLPAPER_HINTS";
    field public static final String SIGNAL_PERSISTENT_PROCESSES = "android.permission.SIGNAL_PERSISTENT_PROCESSES";
    field public static final String SIGNAL_PERSISTENT_PROCESSES = "android.permission.SIGNAL_PERSISTENT_PROCESSES";
    field public static final String SMS_FINANCIAL_TRANSACTIONS = "android.permission.SMS_FINANCIAL_TRANSACTIONS";
    field @Deprecated public static final String SMS_FINANCIAL_TRANSACTIONS = "android.permission.SMS_FINANCIAL_TRANSACTIONS";
    field public static final String START_VIEW_PERMISSION_USAGE = "android.permission.START_VIEW_PERMISSION_USAGE";
    field public static final String START_VIEW_PERMISSION_USAGE = "android.permission.START_VIEW_PERMISSION_USAGE";
    field public static final String STATUS_BAR = "android.permission.STATUS_BAR";
    field public static final String STATUS_BAR = "android.permission.STATUS_BAR";
    field public static final String SYSTEM_ALERT_WINDOW = "android.permission.SYSTEM_ALERT_WINDOW";
    field public static final String SYSTEM_ALERT_WINDOW = "android.permission.SYSTEM_ALERT_WINDOW";
+2 −1
Original line number Original line Diff line number Diff line
@@ -5298,7 +5298,8 @@
                android:protectionLevel="signature" />
                android:protectionLevel="signature" />


    <!-- Allows financial apps to read filtered sms messages.
    <!-- Allows financial apps to read filtered sms messages.
         Protection level: signature|appop  -->
         Protection level: signature|appop
         @deprecated The API that used this permission is no longer functional.  -->
    <permission android:name="android.permission.SMS_FINANCIAL_TRANSACTIONS"
    <permission android:name="android.permission.SMS_FINANCIAL_TRANSACTIONS"
        android:protectionLevel="signature|appop" />
        android:protectionLevel="signature|appop" />