Make the support loader activity display UI.
This lets us show a loader before jumping into the support UI. Bug: 63117391 Test: Manual Change-Id: Ie9660f7e89cc02d59e24798f22ca9cd0ef11701d
This commit is contained in:
@@ -3074,7 +3074,7 @@
|
|||||||
<activity android:name=".support.SupportDashboardActivity"
|
<activity android:name=".support.SupportDashboardActivity"
|
||||||
android:label="@string/page_tab_title_support"
|
android:label="@string/page_tab_title_support"
|
||||||
android:icon="@drawable/ic_help"
|
android:icon="@drawable/ic_help"
|
||||||
android:theme="@android:style/Theme.NoDisplay"
|
android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
|
||||||
android:enabled="@bool/config_support_enabled">
|
android:enabled="@bool/config_support_enabled">
|
||||||
<intent-filter android:priority="-2">
|
<intent-filter android:priority="-2">
|
||||||
<action android:name="com.android.settings.action.SETTINGS"/>
|
<action android:name="com.android.settings.action.SETTINGS"/>
|
||||||
|
@@ -47,9 +47,9 @@ public class SupportDashboardActivity extends Activity implements Indexable {
|
|||||||
supportFeatureProvider.startSupportV2(this);
|
supportFeatureProvider.startSupportV2(this);
|
||||||
} else {
|
} else {
|
||||||
startActivity(new Intent(this, LegacySupportActivity.class));
|
startActivity(new Intent(this, LegacySupportActivity.class));
|
||||||
}
|
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For Search.
|
* For Search.
|
||||||
|
Reference in New Issue
Block a user