Statistics
| Branch: | Revision:

root / src / com / rackspace / cloud / android / Config.java @ 98604824

History | View | Annotate | Download (162 Bytes)

1
package com.rackspace.cloud.android;
2

    
3
public class Config{
4

    
5
    //Define web property ID
6
    public static final String WEB_PROPERTY_ID = "enter you id here";
7

    
8
}