11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!--
3- Copyright 2019 The TensorFlow Authors. All Rights Reserved.
4-
5- Licensed under the Apache License, Version 2.0 (the "License");
6- you may not use this file except in compliance with the License.
7- You may obtain a copy of the License at
8-
9- http://www.apache.org/licenses/LICENSE-2.0
10-
11- Unless required by applicable law or agreed to in writing, software
12- distributed under the License is distributed on an "AS IS" BASIS,
13- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14- See the License for the specific language governing permissions and
15- limitations under the License.
16- -->
172<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
183 xmlns : tools =" http://schemas.android.com/tools"
19- package =" co.huggingface.android_transformers.bertqa " >
20-
21- <application
22- android : allowBackup =" true"
23- android : icon =" @drawable/ic_launcher"
24- android : label =" @string/app_name"
25- android : roundIcon =" @drawable/ic_launcher"
26- android : supportsRtl =" true"
27- android : theme =" @style/AppTheme"
28- tools : ignore =" GoogleAppIndexingWarning" >
29-
30- < activity
31- android : name = " .ui.QaActivity "
32- android : exported = " false " >
33- < meta-data
34- android : name = " android.support.PARENT_ACTIVITY "
35- android : value = " co.huggingface.android_transformers.bertqa.ui.DatasetListActivity " />
36- </ activity >
37-
38- < activity
39- android : name = " .ui.DatasetListActivity "
40- android : exported = " true "
41- android : theme = " @style/AppTheme.NoTitleActivity " >
42- < intent-filter >
43- < action android : name = " android.intent.action.MAIN " / >
44- < category android : name =" android.intent.category.LAUNCHER " />
45- </ intent-filter >
46- </ activity >
47-
48- </ application >
49-
50- </ manifest >
51-
4+ package =" co.huggingface.android_transformers" >
5+
6+ <application
7+ android : allowBackup =" true"
8+ android : icon =" @drawable/ic_launcher"
9+ android : label =" @string/app_name"
10+ android : roundIcon =" @drawable/ic_launcher"
11+ android : supportsRtl =" true"
12+ android : theme =" @style/AppTheme"
13+ tools : ignore =" GoogleAppIndexingWarning" >
14+ < activity
15+ android : name = " .gpt2.ui.GPT2Activity "
16+ android : theme = " @style/AppTheme.NoActionBar " ></ activity >
17+ < activity
18+ android : name = " .bertqa.ui.QaActivity "
19+ android : exported = " false " >
20+ < meta-data
21+ android : name = " android.support.PARENT_ACTIVITY "
22+ android : value = " co.huggingface.android_transformers.bertqa.ui.DatasetListActivity " />
23+ </ activity >
24+ < activity
25+ android : name = " .bertqa.ui.DatasetListActivity "
26+ android : exported = " true "
27+ android : theme = " @style/AppTheme.NoTitleActivity " >
28+ < intent-filter >
29+ < action android : name =" android.intent.action.MAIN " />
30+
31+ < category android : name = " android.intent.category.LAUNCHER " / >
32+ </ intent-filter >
33+ </ activity >
34+ </ application >
35+
36+ </ manifest >
0 commit comments