summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-04-29 02:26:12 +0530
committerAmit Kumar <amitkma@e.email>2021-04-29 02:26:12 +0530
commit1f74d52c1a9ba81ad3a268a08cabb1b62911e2cf (patch)
tree31a297844a9e367efdfceb4ad4ae56f888fd5fa8 /app/src/main/AndroidManifest.xml
parent449e419dfbafeed9a446e36f8de1903981cd0b02 (diff)
Add Home feature
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a28e77e..b1db8d0 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -3,13 +3,14 @@
package="foundation.e.privacycentralapp">
<application
+ android:name=".PrivacyCentralApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.PrivacyCentralApp">
- <activity android:name=".MainActivity">
+ <activity android:name=".features.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />