Skip to content

Commit

Permalink
Update Restrictions Keys
Browse files Browse the repository at this point in the history
Prepare Android 1.5
  • Loading branch information
JM.PASCAL committed Apr 17, 2015
1 parent 3a77361 commit 81cc2d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 0 additions & 8 deletions alfresco-mobile-android/src/main/res/values/ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,4 @@
<string name="cloud_share_url" tools:ignore="StringFormatInvalid" formatted="false" translatable="false">https://my.alfresco.com/share/%s/page/site/%s/document-details?nodeRef=workspace://SpacesStore/%s</string>
<string name="onpremise_share_url" tools:ignore="StringFormatInvalid" formatted="false" translatable="false">/page/document-details?nodeRef=workspace://SpacesStore/%s</string>


<!-- ANDROID FOR WORK -->
<string name="alfresco_username" translatable="false">AlfrescoUserName/</string>
<string name="alfresco_repository_url" translatable="false">AlfrescoRepositoryURL/</string>
<string name="alfresco_share_url" translatable="false">AlfrescoShareURL/</string>
<string name="alfresco_display_name" translatable="false">AlfrescoDisplayName/</string>


</resources>
8 changes: 4 additions & 4 deletions alfresco-mobile-android/src/main/res/xml/app_restrictions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@

<restriction
android:description="@string/description_alfresco_username"
android:key="@string/alfresco_username"
android:key="AlfrescoUserName"
android:restrictionType="string"
android:title="@string/title_alfresco_username" />

<restriction
android:description="@string/description_alfresco_repository_url"
android:key="@string/alfresco_repository_url"
android:key="AlfrescoRepositoryURL"
android:restrictionType="string"
android:title="@string/title_alfresco_repository_url" />

<restriction
android:description="@string/description_alfresco_share_url"
android:key="@string/alfresco_share_url"
android:key="AlfrescoShareURL"
android:restrictionType="string"
android:title="@string/title_alfresco_share_url" />

<restriction
android:defaultValue="@string/default_alfresco_display_name"
android:description="@string/description_alfresco_display_name"
android:key="@string/alfresco_display_name"
android:key="AlfrescoDisplayName"
android:restrictionType="string"
android:title="@string/title_alfresco_display_name" />

Expand Down

0 comments on commit 81cc2d7

Please sign in to comment.