Loading AndroidManifest/apps +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ cat <<EOF <!-- Our activity is a homebrewn variant of the NativeAcitivity. This will take care of integrating with our NDK code. --> <activity android:name="${APP_PACKAGE}.Gforth_n2o" android:icon="@drawable/net2o-green" android:icon="@drawable/net2o_green" android:label="@string/net2o_app_name" android:windowAnimationStyle="@android:style/Animation.Activity" android:windowSoftInputMode="stateHidden|adjustResize" Loading Loading
AndroidManifest/apps +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ cat <<EOF <!-- Our activity is a homebrewn variant of the NativeAcitivity. This will take care of integrating with our NDK code. --> <activity android:name="${APP_PACKAGE}.Gforth_n2o" android:icon="@drawable/net2o-green" android:icon="@drawable/net2o_green" android:label="@string/net2o_app_name" android:windowAnimationStyle="@android:style/Animation.Activity" android:windowSoftInputMode="stateHidden|adjustResize" Loading