summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-04-19 02:02:56 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-04-19 02:02:56 +0200
commitde75f133a7ec654d2a7c5bf628b3aee9fc109730 (patch)
tree4771e6d114249bf48d1e843167bcf393de2b98a2 /mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in
parentcdc962dca59f2d68b82bec99beb5d67ae163f24a (diff)
downloadUXP-de75f133a7ec654d2a7c5bf628b3aee9fc109730.tar
UXP-de75f133a7ec654d2a7c5bf628b3aee9fc109730.tar.gz
UXP-de75f133a7ec654d2a7c5bf628b3aee9fc109730.tar.lz
UXP-de75f133a7ec654d2a7c5bf628b3aee9fc109730.tar.xz
UXP-de75f133a7ec654d2a7c5bf628b3aee9fc109730.zip
Remove Firefox Accounts service and tie-ins.
See previous commit for removal of browser identity module.
Diffstat (limited to 'mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in')
-rw-r--r--mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in63
1 files changed, 0 insertions, 63 deletions
diff --git a/mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in b/mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in
deleted file mode 100644
index ad9542ad3..000000000
--- a/mobile/android/services/manifests/FxAccountAndroidManifest_activities.xml.in
+++ /dev/null
@@ -1,63 +0,0 @@
- <activity
- android:theme="@style/FxAccountTheme.FxAccountStatusActivity"
- android:label="@string/fxaccount_status_activity_label"
- android:clearTaskOnLaunch="true"
- android:taskAffinity="@ANDROID_PACKAGE_NAME@.FXA"
- android:name="org.mozilla.gecko.fxa.activities.FxAccountStatusActivity"
- android:configChanges="locale|layoutDirection"
- android:windowSoftInputMode="adjustResize">
- <!-- Adding a launcher will make this activity appear on the
- Apps screen, which we only want when testing. -->
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <!-- <category android:name="android.intent.category.LAUNCHER" /> -->
- </intent-filter>
- <intent-filter>
- <action android:name="@ANDROID_PACKAGE_NAME@.ACTION_FXA_STATUS"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>
-
- <receiver
- android:name="org.mozilla.gecko.fxa.receivers.FxAccountUpgradeReceiver">
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_REPLACED" />
- <data android:scheme="package"/>
- </intent-filter>
- </receiver>
-
- <activity
- android:exported="false"
- android:name="org.mozilla.gecko.fxa.activities.FxAccountGetStartedActivityWeb">
- <intent-filter>
- <action android:name="@ANDROID_PACKAGE_NAME@.ACTION_FXA_GET_STARTED"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>
-
- <activity
- android:exported="false"
- android:name="org.mozilla.gecko.fxa.activities.FxAccountUpdateCredentialsActivityWeb">
- <intent-filter>
- <action android:name="@ANDROID_PACKAGE_NAME@.ACTION_FXA_UPDATE_CREDENTIALS"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>
-
- <activity
- android:exported="false"
- android:name="org.mozilla.gecko.fxa.activities.FxAccountFinishMigratingActivityWeb">
- <intent-filter>
- <action android:name="@ANDROID_PACKAGE_NAME@.ACTION_FXA_FINISH_MIGRATING"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>
-
- <activity
- android:exported="false"
- android:name="org.mozilla.gecko.fxa.activities.FxAccountConfirmAccountActivityWeb">
- <intent-filter>
- <action android:name="@ANDROID_PACKAGE_NAME@.ACTION_FXA_CONFIRM_ACCOUNT"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>