|  | 
| 9 | 9 |   ~  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 
| 10 | 10 |   --> | 
| 11 | 11 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | 
| 12 |  | -          package="com.github.kentico.delivery_android_sample"> | 
|  | 12 | +          package="kontent.ai.delivery_android_sample"> | 
| 13 | 13 |     <uses-permission android:name="android.permission.INTERNET"/> | 
| 14 | 14 |     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | 
| 15 | 15 |     <uses-permission android:name="android.permission.VIBRATE"/> | 
|  | 
| 19 | 19 |                  android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" | 
| 20 | 20 |                  android:theme="@style/AppTheme"> | 
| 21 | 21 |         <meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/config_google_API_key"/> | 
| 22 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.articles.ArticlesActivity" | 
|  | 22 | +        <activity android:name="kontent.ai.delivery_android_sample.app.articles.ArticlesActivity" | 
| 23 | 23 |                   android:label="@string/app_main_activity_title" android:theme="@style/AppTheme.NoActionBar"> | 
| 24 | 24 |             <intent-filter> | 
| 25 | 25 |                 <action android:name="android.intent.action.MAIN"/> | 
| 26 | 26 |                 <category android:name="android.intent.category.LAUNCHER"/> | 
| 27 | 27 |             </intent-filter> | 
| 28 | 28 |         </activity> | 
| 29 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.cafes.CafesActivity" | 
|  | 29 | +        <activity android:name="kontent.ai.delivery_android_sample.app.cafes.CafesActivity" | 
| 30 | 30 |                   android:theme="@style/AppTheme.NoActionBar"> | 
| 31 | 31 |         </activity> | 
| 32 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.article_detail.ArticleDetailActivity" | 
|  | 32 | +        <activity android:name="kontent.ai.delivery_android_sample.app.article_detail.ArticleDetailActivity" | 
| 33 | 33 |                   android:theme="@style/AppTheme.NoActionBar" | 
| 34 |  | -                  android:parentActivityName="com.github.kentico.delivery_android_sample.app.articles.ArticlesActivity"> | 
|  | 34 | +                  android:parentActivityName="kontent.ai.delivery_android_sample.app.articles.ArticlesActivity"> | 
| 35 | 35 |         </activity> | 
| 36 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.cafe_detail.CafeDetailActivity" | 
|  | 36 | +        <activity android:name="kontent.ai.delivery_android_sample.app.cafe_detail.CafeDetailActivity" | 
| 37 | 37 |                   android:theme="@style/AppTheme.NoActionBar" | 
| 38 |  | -                  android:parentActivityName="com.github.kentico.delivery_android_sample.app.cafes.CafesActivity"> | 
|  | 38 | +                  android:parentActivityName="kontent.ai.delivery_android_sample.app.cafes.CafesActivity"> | 
| 39 | 39 |         </activity> | 
| 40 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.coffees.CoffeesActivity" | 
|  | 40 | +        <activity android:name="kontent.ai.delivery_android_sample.app.coffees.CoffeesActivity" | 
| 41 | 41 |                   android:theme="@style/AppTheme.NoActionBar"> | 
| 42 | 42 |         </activity> | 
| 43 |  | -        <activity android:name="com.github.kentico.delivery_android_sample.app.coffee_detail.CoffeeDetailActivity" | 
|  | 43 | +        <activity android:name="kontent.ai.delivery_android_sample.app.coffee_detail.CoffeeDetailActivity" | 
| 44 | 44 |                   android:theme="@style/AppTheme.NoActionBar" | 
| 45 |  | -                  android:parentActivityName="com.github.kentico.delivery_android_sample.app.coffees.CoffeesActivity"> | 
|  | 45 | +                  android:parentActivityName="kontent.ai.delivery_android_sample.app.coffees.CoffeesActivity"> | 
| 46 | 46 |         </activity> | 
| 47 | 47 |         <uses-library | 
| 48 | 48 |                 android:name="org.apache.http.legacy" | 
| 49 | 49 |                 android:required="false"/> | 
| 50 | 50 | 
 | 
| 51 | 51 |         <!--        <service--> | 
| 52 |  | -        <!--            android:name="com.github.kentico.delivery_android_sample.app.notifications.DGFirebaseMessagingService">--> | 
|  | 52 | +        <!--            android:name="kontent.ai.delivery_android_sample.app.notifications.DGFirebaseMessagingService">--> | 
| 53 | 53 |         <!--            <intent-filter>--> | 
| 54 | 54 |         <!--                <action android:name="com.google.firebase.MESSAGING_EVENT"/>--> | 
| 55 | 55 |         <!--            </intent-filter>--> | 
| 56 | 56 |         <!--        </service>--> | 
| 57 | 57 |         <!--        <service--> | 
| 58 |  | -        <!--            android:name="com.github.kentico.delivery_android_sample.app.notifications.DGFirebaseInstanceIDService">--> | 
|  | 58 | +        <!--            android:name="kontent.ai.delivery_android_sample.app.notifications.DGFirebaseInstanceIDService">--> | 
| 59 | 59 |         <!--            <intent-filter>--> | 
| 60 | 60 |         <!--                <action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>--> | 
| 61 | 61 |         <!--            </intent-filter>--> | 
|  | 
0 commit comments