diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5e6fbdc6..a4275813 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -32,6 +32,8 @@ android:theme="@style/AppTheme" android:usesCleartextTraffic="true" tools:replace="android:label"> + <activity android:name=".activities.MotionTestActivity" + android:theme="@style/AppTheme.NoActionBar" /> <activity android:name=".activities.LockScreenActivity" android:theme="@style/AppTheme.NoActionBar" /> @@ -430,7 +432,6 @@ android:name=".services.SubmitPostService" android:enabled="true" android:exported="false" /> - <service android:name=".services.MaterialYouService" android:exported="false" /> |