Skip to content

Commit

Permalink
Revert "Extend more AppCompatActivity (#50)"
Browse files Browse the repository at this point in the history
This reverts commit a6b7d90.
  • Loading branch information
Goooler committed Feb 3, 2024
1 parent 94a8e4a commit a81666e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@

package com.android.launcher3.proxy;

import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.IntentSender.SendIntentException;
import android.os.Bundle;
import android.util.Log;

import androidx.appcompat.app.AppCompatActivity;

import com.android.launcher3.util.StartActivityParams;

public class ProxyActivityStarter extends AppCompatActivity {
public class ProxyActivityStarter extends Activity {

private static final String TAG = "ProxyActivityStarter";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import static com.android.quickstep.OverviewComponentObserver.startHomeIntentSafely;

import android.animation.Animator;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
Expand Down Expand Up @@ -57,7 +58,6 @@
import android.widget.TextView;

import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.graphics.ColorUtils;

import com.android.launcher3.DeviceProfile;
Expand All @@ -83,7 +83,7 @@
* screen to go home
* for the gestural system navigation.
*/
public class AllSetActivity extends AppCompatActivity {
public class AllSetActivity extends Activity {

private static final String LOG_TAG = "AllSetActivity";
private static final String URI_SYSTEM_NAVIGATION_SETTING = "#Intent;action=com.android.settings.SEARCH_RESULT_TRAMPOLINE;S.:settings:fragment_args_key=gesture_system_navigation_input_summary;S.:settings:show_fragment=com.android.settings.gestures.SystemNavigationGestureSettings;end";
Expand Down

0 comments on commit a81666e

Please sign in to comment.