Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a6fcc0f authored by Steve Kondik's avatar Steve Kondik
Browse files

trebuchet: Externalize backup API key string

 * Reference a value which can be overlayed for the API key so we can
   enable backups.

Change-Id: If52dcde2acd9197b4b3141ba26d91d579a246a4e
parent 7d006588
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -244,5 +244,9 @@


        <meta-data android:name="android.nfc.disable_beam_default"
        <meta-data android:name="android.nfc.disable_beam_default"
                       android:value="true" />
                       android:value="true" />

        <meta-data android:name="com.google.android.backup.api_key"
            android:value="@string/backup_api_key" />

    </application>
    </application>
</manifest>
</manifest>
+1 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
    <!-- App data backup and restore. To enble backup, register with an android backup service.
    <!-- App data backup and restore. To enble backup, register with an android backup service.
         http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
         http://developer.android.com/guide/topics/data/backup.html#BackupKey -->
    <bool name="enable_backup">false</bool>
    <bool name="enable_backup">false</bool>
    <string name="backup_api_key"></string>


<!-- DragController -->
<!-- DragController -->
    <integer name="config_flingToDeleteMinVelocity">-1500</integer>
    <integer name="config_flingToDeleteMinVelocity">-1500</integer>