Add TARE button and homepage to developer options.
A TARE button is needed in the developer options in settings to allow
users and developers to change the default settings it will come with.
When clicked, it opens an activity of the TARE homepage with a toggle
and the two policies (Alarm Manager and Job Scheduler) to choose between. It also contains a revert to default settings button.
Bug: 191876567
Test: Manual (open Settings > System > Developer Options > TARE and
verify tabs and menus are there)
Change-Id: Id14bc9c1dcbaaf2aeb74ba7efb0168ab424f5d0c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6960ce0..fd3845c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1465,6 +1465,10 @@
android:value="true" />
</activity>
+ <activity android:name=".development.tare.TareHomePage"
+ android:label="@string/tare_settings"
+ android:exported="false" />
+
<activity android:name="SetFullBackupPassword"
android:label="@string/local_backup_password_title"
android:exported="false" />