packages/apps/Settings
リビジョン | 4decadbc44b12cca8790b4d27ab9c29e34cb9909 (tree) |
---|---|
日時 | 2015-02-04 03:10:47 |
作者 | Sanket Padawe <sanketpadawe@goog...> |
コミッター | Android (Google) Code Review |
Merge "Remove SimDialogActivity from recents app list." into lmp-mr1-dev
@@ -2051,7 +2051,8 @@ | ||
2051 | 2051 | |
2052 | 2052 | <activity android:name=".sim.SimDialogActivity" |
2053 | 2053 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
2054 | - android:label="@string/sim_settings_title"> | |
2054 | + android:label="@string/sim_settings_title" | |
2055 | + android:excludeFromRecents="true"> | |
2055 | 2056 | <intent-filter> |
2056 | 2057 | <action android:name="android.intent.action.MAIN" /> |
2057 | 2058 | </intent-filter> |