Skip to content

Commit

Permalink
Refactor lifecycle manager
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleangels committed Jan 22, 2025
1 parent 10763cb commit 633d440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
<uses-permission android:name="android.permission.ACCESS_NOTIFICATION_POLICY"/>

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:name=".ApplicationLifecycleManager"
android:name=".utils.ApplicationLifecycleManager"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.doubleangels.nextdnsmanagement;
package com.doubleangels.nextdnsmanagement.utils;

import android.app.Activity;
import android.app.Application;
Expand Down

0 comments on commit 633d440

Please sign in to comment.